Update Dockerfile

This commit is contained in:
Nanne Baars
2021-04-03 16:25:06 +02:00
committed by Nanne Baars
parent d345a9a716
commit 04d065fd87
3 changed files with 13 additions and 5 deletions

View File

@ -1,6 +1,6 @@
FROM openjdk:15.0.2-slim
ARG webgoat_version=8.2.1-SNAPSHOT
ARG webgoat_version=8.2.0-SNAPSHOT
ENV webgoat_version_env=${webgoat_version}
RUN apt-get update && apt-get install