diff --git a/Dockerfile b/Dockerfile index c110ae3c21..9544ecd868 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # We need JDK as some of the lessons needs to be able to compile Java code -FROM docker.io/eclipse-temurin:23-jdk-noble +FROM docker.io/eclipse-temurin:24-jdk-noble LABEL name="WebGoat: A deliberately insecure Web Application" LABEL maintainer="WebGoat team"