Skip to content

Commit edaa6e0

Browse files
committed
HADOOP-19693 Update Java 24 to 25 in docker images
1 parent 41f6d3b commit edaa6e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dev-support/docker/pkg-resolver/packages.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,20 +270,20 @@
270270
"openjdk-17-jdk"
271271
],
272272
"ubuntu:focal": [
273-
"temurin-24-jdk",
273+
"temurin-25-jdk",
274274
"openjdk-8-jdk",
275275
"openjdk-11-jdk",
276276
"openjdk-17-jdk",
277277
"openjdk-21-jdk"
278278
],
279279
"ubuntu:noble": [
280-
"temurin-24-jdk",
280+
"temurin-25-jdk",
281281
"openjdk-11-jdk",
282282
"openjdk-17-jdk",
283283
"openjdk-21-jdk"
284284
],
285285
"ubuntu:focal::arch64": [
286-
"temurin-24-jdk",
286+
"temurin-25-jdk",
287287
"openjdk-8-jdk",
288288
"openjdk-11-jdk",
289289
"openjdk-17-jdk",

0 commit comments

Comments
 (0)