Skip to content

Commit e71a3f1

Browse files
committed
release jdk 25.0.1
Signed-off-by: neo <1100909+neowu@users.noreply.github.com>
1 parent 1c7e48a commit e71a3f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/jre.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ jobs:
1212
- uses: docker/build-push-action@v4
1313
with:
1414
context: "docker/jre"
15-
tags: "neowu/jre:25.0.0"
15+
tags: "neowu/jre:25.0.1"
1616
push: true

docker/jre/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM eclipse-temurin:25_36-jdk-alpine AS build
1+
FROM eclipse-temurin:25.0.1_8-jdk-alpine AS build
22
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 \
33
--add-modules jdk.charsets,jdk.crypto.cryptoki,jdk.jdi,jdk.localedata,jdk.management.jfr,jdk.naming.dns,jdk.naming.rmi,jdk.net,jdk.unsupported \
44
--output /opt/jre --strip-java-debug-attributes --no-man-pages --no-header-files

0 commit comments

Comments
 (0)