CONFLUENCE_VERSION=6.12.1

This commit is contained in:
STAM 2018-11-04 14:21:36 +03:00 committed by GitHub
parent 02eabe464d
commit 831e7aa48b
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.12.0 ARG CONFLUENCE_VERSION=6.12.1
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