Skip to content

Commit

Permalink
Merge pull request #121 from elgohr/dependabot/docker/debian-12.5
Browse files Browse the repository at this point in the history
Bump debian from 12.4 to 12.5
  • Loading branch information
github-actions[bot] authored Feb 13, 2024
2 parents 10cb51c + 7966b22 commit f01d327
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.4 as runtime
FROM debian:12.5 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 f01d327

Please sign in to comment.