Skip to content

Commit

Permalink
update jre to 21.0.5
Browse files Browse the repository at this point in the history
Signed-off-by: neo <[email protected]>
  • Loading branch information
neowu committed Oct 31, 2024
1 parent 6c5afc1 commit 9c9ddd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
- uses: docker/build-push-action@v4
with:
context: "docker/jre"
tags: "neowu/jre:21.0.3"
tags: "neowu/jre:21.0.5"
push: true
2 changes: 1 addition & 1 deletion docker/jre/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM eclipse-temurin:21.0.3_9-jdk-alpine as build
FROM eclipse-temurin:21.0.5_11-jdk-alpine as build
RUN jlink --add-modules java.base,java.compiler,java.desktop,java.instrument,java.logging,java.management.rmi,java.naming,java.security.jgss,java.security.sasl,java.sql,java.xml \
--add-modules jdk.charsets,jdk.crypto.cryptoki,jdk.jdi,jdk.localedata,jdk.management.jfr,jdk.naming.dns,jdk.naming.rmi,jdk.net,jdk.unsupported \
--output /opt/jre --strip-java-debug-attributes --no-man-pages --no-header-files
Expand Down

0 comments on commit 9c9ddd7

Please sign in to comment.