mirror of
https://bitbucket.org/atlassian-docker/docker-atlassian-confluence-server.git
synced 2024-08-30 18:22:16 +00:00
Default base image to jdk11
This commit is contained in:
parent
84d6dee89e
commit
3618c2d825
@ -1,4 +1,5 @@
|
|||||||
FROM adoptopenjdk/openjdk8:slim
|
FROM ARG BASE_IMAGE=adoptopenjdk/openjdk11:slim
|
||||||
|
FROM $BASE_IMAGE
|
||||||
|
|
||||||
ENV RUN_USER confluence
|
ENV RUN_USER confluence
|
||||||
ENV RUN_GROUP confluence
|
ENV RUN_GROUP confluence
|
||||||
|
Loading…
Reference in New Issue
Block a user