Move WebGoat to Java 15

This commit is contained in:
Nanne Baars
2021-04-02 11:03:59 +02:00
committed by Nanne Baars
parent 82198424df
commit 721edc9985
5 changed files with 10 additions and 9 deletions

View File

@ -1,4 +1,4 @@
FROM openjdk:11.0.1-jre-slim-stretch
FROM openjdk:15.0.2-slim
ARG webgoat_version=v8.2.0-SNAPSHOT
ENV webgoat_version_env=${webgoat_version}

View File

@ -2,7 +2,7 @@
## Docker build
docker build --no-cache --build-arg webgoat_version=v8.2.0-SNAPSHOT -t webgoat/goatandwolf:latest .
docker build --no-cache --build-arg webgoat_version=8.2.0-SNAPSHOT -t webgoat/goatandwolf:latest .
## Docker run