From 87d31704bf843fc3e73ab736211bb484411685d1 Mon Sep 17 00:00:00 2001 From: Feng Xu Date: Tue, 13 Jun 2017 16:29:49 +1000 Subject: [PATCH] CONFREL-1076 upgraded the confluence version to be 6.2.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 51d55bb..04c3ed8 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.0 +ENV CONF_VERSION 6.2.2 LABEL Description="This image is used to start Atlassian Confluence" Vendor="Atlassian" Version="${CONF_VERSION}"