Docker images should use new jar version notation
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
FROM openjdk:8-jre-slim
|
||||
FROM openjdk:11.0.1-jre-slim-stretch
|
||||
|
||||
ARG webgoat_version=v8.0.0.SNAPSHOT
|
||||
ARG webgoat_version=v8.0.0-SNAPSHOT
|
||||
|
||||
RUN \
|
||||
apt-get update && apt-get install && \
|
||||
|
Reference in New Issue
Block a user