From a78e044884c791eae67bc7e8a480085f464a1748 Mon Sep 17 00:00:00 2001 From: Jade Giacoppo Date: Mon, 19 Dec 2016 16:20:58 +1100 Subject: [PATCH] Update Dockerfile CONF_VERSION to 6.0.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0948058..e8104f3 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 6.0.1 +ENV CONF_VERSION 6.0.3 LABEL Description="This image is used to start Atlassian Confluence" Vendor="Atlassian" Version="${CONF_VERSION}"