diff --git a/README.md b/README.md index 4a7a01453..65b7775ed 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ### Atlassian [![Atlassian Confluence](https://img.shields.io/badge/Confluence-6.12.0-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/) -### Atlassian [![Atlassian Jira](https://img.shields.io/badge/Jira-7.12.2-ff69b4.svg?style=popout-square)](https://github.com/EpicMorg/docker-scripts/tree/master/jira) [![](https://img.shields.io/docker/pulls/epicmorg/jira.svg?style=popout-square)](https://hub.docker.com/r/epicmorg/jira/) +### Atlassian [![Atlassian Jira](https://img.shields.io/badge/Jira-7.12.3-ff69b4.svg?style=popout-square)](https://github.com/EpicMorg/docker-scripts/tree/master/jira) [![](https://img.shields.io/docker/pulls/epicmorg/jira.svg?style=popout-square)](https://hub.docker.com/r/epicmorg/jira/) ### Nginx [![Nginx Mainline](https://img.shields.io/badge/Nginx_Mainline-1.15.2-ff69b4.svg?style=popout-square)](https://github.com/EpicMorg/docker-scripts/tree/master/balancer) [![](https://img.shields.io/docker/pulls/epicmorg/balancer.svg?style=popout-square)](https://hub.docker.com/r/epicmorg/balancer/) diff --git a/jira/latest/Dockerfile b/jira/latest/Dockerfile index 5d04455a4..4d6f99808 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.2 +ARG JIRA_VERSION=7.12.3 ARG DOWNLOAD_URL=https://www.atlassian.com/software/jira/downloads/binary/atlassian-jira-software-${JIRA_VERSION}.tar.gz COPY . /tmp