From 3ff588a0a9e5b7e77d2d8d01ca6d03a6cc513967 Mon Sep 17 00:00:00 2001 From: Quan Pham Anh Date: Fri, 9 Sep 2016 04:58:42 +0000 Subject: [PATCH] Dockerfile edited online with Bitbucket --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c7a1303..c1c0e6c 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.4 +ENV CONF_VERSION 5.10.5 LABEL Description="This image is used to start Atlassian Confluence" Vendor="Atlassian" Version="${CONF_VERSION}"