This commit is contained in:
STAM 2019-01-31 16:10:53 +03:00 committed by GitHub
parent ada0b64541
commit 91a56f6320
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.13.0 ARG CONFLUENCE_VERSION=6.14.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