Skip to content

Commit

Permalink
Use nonroot baseImage
Browse files Browse the repository at this point in the history
  • Loading branch information
lszeremeta committed Oct 17, 2020
1 parent 6ec0af8 commit 3e23dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN mvn package --file=pom.xml \


# Package stage
FROM gcr.io/distroless/java:11
FROM gcr.io/distroless/java:11-nonroot
LABEL maintainer="Łukasz Szeremeta <l.szeremeta.dev+sdfeater@gmail.com>"

WORKDIR /app
Expand Down

0 comments on commit 3e23dbc

Please sign in to comment.