Default base image to jdk11

This commit is contained in:
Dave Chevell 2019-10-17 10:55:54 +11:00
parent 84d6dee89e
commit 3618c2d825
No known key found for this signature in database
GPG Key ID: 279DF1B52C7C44DC

View File

@ -1,4 +1,5 @@
FROM adoptopenjdk/openjdk8:slim
FROM ARG BASE_IMAGE=adoptopenjdk/openjdk11:slim
FROM $BASE_IMAGE
ENV RUN_USER confluence
ENV RUN_GROUP confluence