mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-25 14:15:38 +03:00
BITBUCKET_VERSION=5.15.1
This commit is contained in:
parent
3c9240778b
commit
640978bf51
@ -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/)
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user