diff --git a/Dockerfile b/Dockerfile index c2bb536..9ee7fdd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ ENV CONF_INSTALL /opt/atlassian/confluence ENV JAVA_CACERTS $JAVA_HOME/jre/lib/security/cacerts ENV CERTIFICATE $CONF_HOME/certificate # Check Confluence version @ https://confluence.atlassian.com/doc/confluence-release-notes-327.html -ENV CONF_VERSION 6.2.0 +ENV CONF_VERSION 6.3.0 # Check Connector/J version @ http://dev.mysql.com/downloads/connector/j/ it should be 5.1.30, testing with latest release ENV MYSQL_CONJ_VERSION 5.1.42 diff --git a/README.md b/README.md index 65cc827..bd225de 100644 --- a/README.md +++ b/README.md @@ -7,17 +7,17 @@ The aim of this image is to keep the installation easy and as straight forward a It's possible to clone this repo and build the image on you're own machine, but if you think that's a waste of time ;-) there's a Automated Build in the Docker Hub that's based on this repo. -* [Docker Hub - Automated Build](https://hub.docker.com/r/remonlam/confluence/) +* [Docker Hub - Automated Build](https://hub.docker.com/r/containerstack/confluence/) * [Atlassian Confluence latest build](https://confluence.atlassian.com/doc/confluence-release-notes-327.html) * [Oracle MySQL Connector J latest build](http://dev.mysql.com/downloads/connector/j/) * [Atlassian Confluence](https://www.atlassian.com/software/confluence) ## Versions Currently this repo have the following versions; -* 6.2.0 (latest - not yet tested) +* 6.3.0 (latest - not yet tested) * 6.0.7 (latest - tested) -Go to [Branches](https://github.com/remonlam/docker-confluence/branches) to see all different builds that are available. +Go to [Branches](https://github.com/containerstack/docker-confluence/branches) to see all different builds that are available. ## Use the Automated Build image for a TEST deployment;