This commit is contained in:
Mr Bot 2019-04-01 16:49:33 +03:00
parent ab549bafa9
commit c8a5398061

View File

@ -42,7 +42,7 @@ RUN apt-get clean autoclean
RUN apt-get autoremove -y
RUN rm -rf /var/lib/apt/lists/*
ARG BITBUCKET_VERSION=6.1.0
ARG BITBUCKET_VERSION=6.1.2
ARG DOWNLOAD_URL=https://product-downloads.atlassian.com/software/stash/downloads/atlassian-bitbucket-${BITBUCKET_VERSION}.tar.gz
COPY . /tmp