Remove default version - must be specified at build time

This commit is contained in:
Dave Chevell 2019-05-21 12:00:40 +10:00
parent 382feb5719
commit a596ac8674
No known key found for this signature in database
GPG Key ID: 279DF1B52C7C44DC

View File

@ -27,7 +27,7 @@ RUN chmod +x /tini
COPY entrypoint.sh /entrypoint.sh
ARG CONFLUENCE_VERSION=6.3.3
ARG CONFLUENCE_VERSION
ARG DOWNLOAD_URL=https://product-downloads.atlassian.com/software/confluence/downloads/atlassian-confluence-${CONFLUENCE_VERSION}.tar.gz
RUN mkdir -p ${CONFLUENCE_INSTALL_DIR} \