Skip to content

Commit

Permalink
⬆️ Bump debian from 12.2 to 12.4
Browse files Browse the repository at this point in the history
Bumps debian from 12.2 to 12.4.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 19, 2023
1 parent 585f43f commit fb2788d
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 fb2788d

Please sign in to comment.