* Move back to Java 15 as XML parsers fail with XXE lesson

* Documentation improvement
This commit is contained in:
Nanne Baars
2021-09-17 13:46:58 +02:00
committed by GitHub
parent 3492655f1d
commit 42369816c9
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM openjdk:16-slim
FROM openjdk:15-slim
ARG webgoat_version=8.2.1-SNAPSHOT
ENV webgoat_version_env=${webgoat_version}