This commit is contained in:
parent
4ecca8b500
commit
59f663c1fd
@ -1,4 +1,4 @@
|
|||||||
FROM openjdk:11-jdk-alpine
|
FROM openjdk:11-jdk-oracle
|
||||||
RUN addgroup -S spring && adduser -S spring -G spring
|
RUN addgroup -S spring && adduser -S spring -G spring
|
||||||
USER spring:spring
|
USER spring:spring
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
Loading…
Reference in New Issue
Block a user