Skip to content

Commit

Permalink
Merge pull request #126 from elgohr/dependabot/docker/debian-12.7
Browse files Browse the repository at this point in the history
Bump debian from 12.6 to 12.7
  • Loading branch information
github-actions[bot] authored Sep 4, 2024
2 parents 03481b5 + ef50f28 commit cd84c82
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 jlink --compress=2 \
--add-modules java.base,java.sql,java.desktop,java.naming \
--output /compressed

FROM debian:12.6 as runtime
FROM debian:12.7 as runtime
ENV PATH=$PATH:/opt/jdk/bin
ENV DETECT_JAR_DOWNLOAD_DIR /opt/resource
COPY --from=buildJava /compressed /opt/jdk/
Expand Down

0 comments on commit cd84c82

Please sign in to comment.