From 640978bf51310a0a25569e71435213434c4f8f30 Mon Sep 17 00:00:00 2001 From: STAM Date: Wed, 14 Nov 2018 13:30:30 +0300 Subject: [PATCH] BITBUCKET_VERSION=5.15.1 --- README.md | 2 +- bitbucket/latest/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4eeae7985..695425b90 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ## Products -### Atlassian [![Atlassian Bitbucket](https://img.shields.io/badge/Bitbucket-5.15.0-ff69b4.svg?style=popout-square)](https://github.com/EpicMorg/docker-scripts/tree/master/bitbucket) [![](https://img.shields.io/docker/pulls/epicmorg/bitbucket.svg?style=popout-square)](https://hub.docker.com/r/epicmorg/bitbucket/) +### Atlassian [![Atlassian Bitbucket](https://img.shields.io/badge/Bitbucket-5.15.1-ff69b4.svg?style=popout-square)](https://github.com/EpicMorg/docker-scripts/tree/master/bitbucket) [![](https://img.shields.io/docker/pulls/epicmorg/bitbucket.svg?style=popout-square)](https://hub.docker.com/r/epicmorg/bitbucket/) ### Atlassian [![Atlassian Confluence](https://img.shields.io/badge/Confluence-6.12.1-ff69b4.svg?style=popout-square)](https://github.com/EpicMorg/docker-scripts/tree/master/confluence) [![](https://img.shields.io/docker/pulls/epicmorg/confluence.svg?style=popout-square)](https://hub.docker.com/r/epicmorg/confluence/) diff --git a/bitbucket/latest/Dockerfile b/bitbucket/latest/Dockerfile index 926c2e406..5925f42c3 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.15.0 +ARG BITBUCKET_VERSION=5.15.1 ARG DOWNLOAD_URL=https://downloads.atlassian.com/software/stash/downloads/atlassian-bitbucket-${BITBUCKET_VERSION}.tar.gz COPY . /tmp