CONFLUENCE_VERSION=6.12.0

This commit is contained in:
STAM 2018-10-05 15:23:26 +03:00 committed by GitHub
parent 4fff4c90a5
commit 9bce3c81c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ RUN apk update -qq \
COPY entrypoint.sh /entrypoint.sh COPY entrypoint.sh /entrypoint.sh
ARG CONFLUENCE_VERSION=6.11.2 ARG CONFLUENCE_VERSION=6.12.0
ARG DOWNLOAD_URL=http://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-${CONFLUENCE_VERSION}.tar.gz ARG DOWNLOAD_URL=http://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-${CONFLUENCE_VERSION}.tar.gz
COPY . /tmp COPY . /tmp