BITBUCKET_VERSION=5.14.1

This commit is contained in:
STAM 2018-10-05 15:40:55 +03:00 committed by GitHub
parent 2937e9c0ef
commit 47c65f6582
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ RUN apk add --no-cache wget curl git git-daemon openssh bash procps openssl perl
COPY entrypoint.sh /entrypoint.sh
ARG BITBUCKET_VERSION=5.14.0
ARG BITBUCKET_VERSION=5.14.1
ARG DOWNLOAD_URL=https://downloads.atlassian.com/software/stash/downloads/atlassian-bitbucket-${BITBUCKET_VERSION}.tar.gz
COPY . /tmp