feat: Move to Java 23

Closes: gh-1990
This commit is contained in:
Nanne Baars
2024-12-21 14:16:33 +01:00
committed by GitHub
parent a95213757d
commit 0244655409
7 changed files with 23 additions and 20 deletions

View File

@ -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:21-jdk-jammy
FROM docker.io/eclipse-temurin:23-jdk-noble
LABEL name="WebGoat: A deliberately insecure Web Application"
LABEL maintainer="WebGoat team"