diff --git a/README.md b/README.md index 695425b90..06bf5d0b4 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ### 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/) +### Atlassian [![Atlassian Confluence](https://img.shields.io/badge/Confluence-6.12.2-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.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/) diff --git a/confluence/latest/Dockerfile b/confluence/latest/Dockerfile index b1bab2db1..b3022fe06 100644 --- a/confluence/latest/Dockerfile +++ b/confluence/latest/Dockerfile @@ -35,7 +35,7 @@ RUN apk update -qq \ COPY entrypoint.sh /entrypoint.sh -ARG CONFLUENCE_VERSION=6.12.1 +ARG CONFLUENCE_VERSION=6.12.2 ARG DOWNLOAD_URL=http://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-${CONFLUENCE_VERSION}.tar.gz COPY . /tmp