From 679a52ecc24ef0b3692fdc2425e403926859148a Mon Sep 17 00:00:00 2001 From: EpicMorg Date: Wed, 2 Mar 2022 14:00:05 +0300 Subject: [PATCH] update --- linux/ecosystem/atlassian/bitbucket/latest/Dockerfile | 2 +- linux/ecosystem/atlassian/bitbucket/latest/Dockerfile.jdk11 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/ecosystem/atlassian/bitbucket/latest/Dockerfile b/linux/ecosystem/atlassian/bitbucket/latest/Dockerfile index 41f28c58e..523df3a3b 100644 --- a/linux/ecosystem/atlassian/bitbucket/latest/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/latest/Dockerfile @@ -5,7 +5,7 @@ ARG DEBIAN_FRONTEND=noninteractive ################################################################## # ARGuments ################################################################## -ARG BITBUCKET_VERSION=7.20.0 +ARG BITBUCKET_VERSION=7.21.0 ARG DOWNLOAD_URL=https://product-downloads.atlassian.com/software/stash/downloads/atlassian-bitbucket-${BITBUCKET_VERSION}.tar.gz ################################################################## diff --git a/linux/ecosystem/atlassian/bitbucket/latest/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/latest/Dockerfile.jdk11 index d80ad34c9..27b49f9eb 100644 --- a/linux/ecosystem/atlassian/bitbucket/latest/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/latest/Dockerfile.jdk11 @@ -5,7 +5,7 @@ ARG DEBIAN_FRONTEND=noninteractive ################################################################## # ARGuments ################################################################## -ARG BITBUCKET_VERSION=7.20.0 +ARG BITBUCKET_VERSION=7.21.0 ARG DOWNLOAD_URL=https://product-downloads.atlassian.com/software/stash/downloads/atlassian-bitbucket-${BITBUCKET_VERSION}.tar.gz ##################################################################