Dockerfile edited online with Bitbucket

This commit is contained in:
Minh Tran 2017-03-17 00:51:01 +00:00
parent d6b1b07a6e
commit 8957689014

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