Update Dockerfile CONF_VERSION to 6.0.3

This commit is contained in:
Jade Giacoppo 2016-12-19 16:20:58 +11:00
parent fa3d19ca28
commit a78e044884

View File

@ -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 6.0.1
ENV CONF_VERSION 6.0.3
LABEL Description="This image is used to start Atlassian Confluence" Vendor="Atlassian" Version="${CONF_VERSION}"