Skip to content

Commit

Permalink
Merge pull request #117 from elgohr/dependabot/docker/debian-12.4
Browse files Browse the repository at this point in the history
⬆️ Bump debian from 12.2 to 12.4
  • Loading branch information
github-actions[bot] authored Dec 19, 2023
2 parents 585f43f + fb2788d commit 5a667cf
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.2 as runtime
FROM debian:12.4 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 5a667cf

Please sign in to comment.