From f870034d49d8645fcf79694041f06ffeeb6e0ac9 Mon Sep 17 00:00:00 2001 From: "Adam Barnes [Atlassian]" Date: Mon, 4 Jul 2016 01:09:43 +0000 Subject: [PATCH] Bumped to 5.10.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b6f4d78..6c3073f 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 5.10.0 +ENV CONF_VERSION 5.10.1 LABEL Description="This image is used to start Atlassian Confluence" Vendor="Atlassian" Version="${CONF_VERSION}"