From 76de3d2ed0228b8e6c7f11715c4b2658445576f4 Mon Sep 17 00:00:00 2001 From: STAM Date: Tue, 4 Dec 2018 14:03:45 +0300 Subject: [PATCH] updates updates --- bitbucket/latest/Dockerfile | 2 +- jira/latest/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bitbucket/latest/Dockerfile b/bitbucket/latest/Dockerfile index 5925f42c3..92f7bee51 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.1 +ARG BITBUCKET_VERSION=5.16.0 ARG DOWNLOAD_URL=https://downloads.atlassian.com/software/stash/downloads/atlassian-bitbucket-${BITBUCKET_VERSION}.tar.gz COPY . /tmp diff --git a/jira/latest/Dockerfile b/jira/latest/Dockerfile index 4d6f99808..cec10d2a6 100644 --- a/jira/latest/Dockerfile +++ b/jira/latest/Dockerfile @@ -23,7 +23,7 @@ RUN apk add --no-cache wget curl openssh bash procps openssl perl ttf-dejavu tin COPY entrypoint.sh /entrypoint.sh -ARG JIRA_VERSION=7.12.3 +ARG JIRA_VERSION=7.13.0 ARG DOWNLOAD_URL=https://www.atlassian.com/software/jira/downloads/binary/atlassian-jira-software-${JIRA_VERSION}.tar.gz COPY . /tmp