Docker images should use new jar version notation

This commit is contained in:
Nanne Baars 2019-01-15 16:23:21 +01:00
parent 3fa10c4b10
commit 959a3c6420
2 changed files with 4 additions and 4 deletions

View File

@ -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 && \

View File

@ -1,6 +1,6 @@
FROM openjdk:8-jre-slim
FROM openjdk:11.0.1-jre-slim-stretch
ARG webwolf_version=v8.0.0.SNAPSHOT
ARG webwolf_version=v8.0.0-SNAPSHOT
RUN \
apt-get update && apt-get install && \