From 34495983b0aba6767853fbe2bc19c8e4deed9cbc Mon Sep 17 00:00:00 2001 From: Brutuz Zhou Date: Tue, 2 May 2017 16:20:21 +1000 Subject: [PATCH] Updated CONF_VERSION to 6.1.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2c2fa66..15ee581 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.2 +ENV CONF_VERSION 6.1.3 LABEL Description="This image is used to start Atlassian Confluence" Vendor="Atlassian" Version="${CONF_VERSION}"