From 78ae3a344c4cc875e18c556acd029a70a2b2d346 Mon Sep 17 00:00:00 2001 From: Joe Xie Date: Wed, 1 Jun 2016 17:57:35 +1000 Subject: [PATCH] Bump to version 5.10.0-beta2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fbe0415..8ff5dd0 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.9.11 +ENV CONF_VERSION 5.10.0-beta2 LABEL Description="This image is used to start Atlassian Confluence" Vendor="Atlassian" Version="${CONF_VERSION}"