diff --git a/Dockerfile b/Dockerfile index 035b6ef..b6f4d78 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ MAINTAINER Atlassian Confluence # Setup useful environment variables ENV CONFLUENCE_HOME /var/atlassian/application-data/confluence ENV CONFLUENCE_INSTALL /opt/atlassian/confluence -ENV CONF_VERSION 5.9.12 +ENV CONF_VERSION 5.10.0 LABEL Description="This image is used to start Atlassian Confluence" Vendor="Atlassian" Version="${CONF_VERSION}"