Skip to content

Commit 6a3d853

Browse files
Update eclipse-temurin Docker tag to v25 (#52)
Co-authored-by: horothesun-renovate[bot] <155104562+horothesun-renovate[bot]@users.noreply.github.com>
1 parent 23cbb3e commit 6a3d853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The only purpose of this file is to get Renovate updates on the Temurin JDK version.
22
# The CI uses the following JAVA_VERSION value to configure its JDK setup (through `scripts/get_java_version.sh`).
33

4-
ARG JAVA_VERSION=21
4+
ARG JAVA_VERSION=25
55

66
FROM eclipse-temurin:${JAVA_VERSION}

0 commit comments

Comments
 (0)