Skip to content

Commit

Permalink
Update base image to gcr.io/distroless/java-debian11:11
Browse files Browse the repository at this point in the history
  • Loading branch information
bjpbakker committed Aug 2, 2023
1 parent 809268a commit 7f97260
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ WORKDIR /app
# but we pick up the artifact instead.
RUN cp docker/publication-server-docker.conf /staging/conf/

# use gcr.io/distroless/java-debian10:11-debug if you want to be able to run a
# use gcr.io/distroless/java-debian11:11-debug if you want to be able to run a
# shell in the container (e.g. `docker run -it --entrypoint sh --rm <image>`)
FROM gcr.io/distroless/java-debian10:11
FROM gcr.io/distroless/java-debian11:11
LABEL org.label-schema.vcs-ref="unknown"

COPY --from=build /staging/conf/ /conf/
Expand Down

0 comments on commit 7f97260

Please sign in to comment.