From 47c65f6582560c0401ebac9e9d02f7a924ab3820 Mon Sep 17 00:00:00 2001 From: STAM Date: Fri, 5 Oct 2018 15:40:55 +0300 Subject: [PATCH] BITBUCKET_VERSION=5.14.1 --- bitbucket/latest/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbucket/latest/Dockerfile b/bitbucket/latest/Dockerfile index 0e3afb378..145e8bfa6 100644 --- a/bitbucket/latest/Dockerfile +++ b/bitbucket/latest/Dockerfile @@ -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