Bump latest to java 25 in images.json (#3948)

This commit is contained in:
Geoff Bourne
2026-02-16 16:08:58 -06:00
committed by GitHub
parent 92f3200b4c
commit 4e4d6959e4

View File

@@ -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}
]