From 503e6c36654f1351cb98f3e9fa961871cdc72e16 Mon Sep 17 00:00:00 2001 From: Deployment Bamboo Bot Date: Tue, 4 Apr 2017 05:31:06 +0000 Subject: [PATCH] Update Dockerfile CONF_VERSION to 6.1.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a71ce76..98c1d15 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.1.1 +ENV CONF_VERSION 6.1.1 LABEL Description="This image is used to start Atlassian Confluence" Vendor="Atlassian" Version="${CONF_VERSION}"