From 46bc83b8d7a6fa466c1909966d34df1103be030e Mon Sep 17 00:00:00 2001 From: Deployment Bamboo Bot Date: Thu, 6 Jul 2017 09:38:34 +0000 Subject: [PATCH] Update Dockerfile CONF_VERSION to 6.3.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5b77b97..2e46030 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.2.3 +ENV CONF_VERSION 6.3.0 LABEL Description="This image is used to start Atlassian Confluence" Vendor="Atlassian" Version="${CONF_VERSION}"