Skip to content

Commit

Permalink
Bump debian from 12.7 to 12.8
Browse files Browse the repository at this point in the history
Bumps debian from 12.7 to 12.8.

---
updated-dependencies:
- dependency-name: debian
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 12, 2024
1 parent cd84c82 commit 495d50c
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.7 as runtime
FROM debian:12.8 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 495d50c

Please sign in to comment.