diff --git a/README.md b/README.md index e7297a92a..9628323d8 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ### Atlassian [![Atlassian Bitbucket](https://img.shields.io/badge/Bitbucket-5.16.0-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.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 Confluence](https://img.shields.io/badge/Confluence-6.13.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.13.0-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 b3022fe06..e317e5ba0 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.2 +ARG CONFLUENCE_VERSION=6.13.0 ARG DOWNLOAD_URL=http://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-${CONFLUENCE_VERSION}.tar.gz COPY . /tmp