diff --git a/jira/latest/Dockerfile b/jira/latest/Dockerfile index c4237db7e..5d04455a4 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.1 +ARG JIRA_VERSION=7.12.2 ARG DOWNLOAD_URL=https://www.atlassian.com/software/jira/downloads/binary/atlassian-jira-software-${JIRA_VERSION}.tar.gz COPY . /tmp