From f4b6f11d06a7234f94c9bbbd92635ad6247aa12b Mon Sep 17 00:00:00 2001 From: Deployment Bamboo Bot Date: Wed, 12 Jul 2017 02:30:46 +0000 Subject: [PATCH] Update Dockerfile CONF_VERSION to 6.3.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5b77b97..4e859d4 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.1 LABEL Description="This image is used to start Atlassian Confluence" Vendor="Atlassian" Version="${CONF_VERSION}"