Update Dockerfile CONF_VERSION to 6.2.0

This commit is contained in:
Deployment Bamboo Bot 2017-05-12 03:56:58 +00:00
parent 9ba30e8dc2
commit da07c41f27

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