diff --git a/container_build/docker_java/Dockerfile b/container_build/docker_java/Dockerfile index 6f8f8d9b12..652fcff293 100644 --- a/container_build/docker_java/Dockerfile +++ b/container_build/docker_java/Dockerfile @@ -18,7 +18,7 @@ # It also contains plantuml for plant uml image generation # Using 'openjdk' on Alpine is not fully supported so using Eclipse Temurin JDK to ensure we have a known jdk version # See https://github.com/docker-library/docs/blob/master/openjdk/README.md#openjdkversion-alpine -FROM eclipse-temurin:25.0.1_8-jdk-alpine-3.23 +FROM eclipse-temurin:25-jdk-alpine-3.23 # Work from the shared git repo dir WORKDIR /builder/shared