From f3e473836d9907bf4b67c57877fe0cf5c1d5d6d4 Mon Sep 17 00:00:00 2001 From: Brutuz Zhou Date: Tue, 17 Jan 2017 09:42:58 +1100 Subject: [PATCH] Update Dockerfile CONF_VERSION to 6.0.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e8104f3..880ad73 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.0.3 +ENV CONF_VERSION 6.0.4 LABEL Description="This image is used to start Atlassian Confluence" Vendor="Atlassian" Version="${CONF_VERSION}"