From 4e4d6959e4f5bcb20bc78175eab52121d8c3e1e3 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Mon, 16 Feb 2026 16:08:58 -0600 Subject: [PATCH] Bump latest to java 25 in images.json (#3948) --- images.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/images.json b/images.json index d02a6623..08b22279 100644 --- a/images.json +++ b/images.json @@ -2,7 +2,7 @@ { "tag": "latest", "notes": "Always tracks the most recent commit on the main branch", - "java": "21", + "java": "25", "distribution": "ubuntu", "jvm": "hotspot", "architectures": ["amd64", "arm64"], @@ -141,4 +141,5 @@ {"tag": "java8-jdk", "deprecated": true}, {"tag": "java8-openj9", "deprecated": true}, {"tag": "java8-graalvm-ce", "deprecated": true} -] \ No newline at end of file + +]