diff --git a/Dockerfile b/Dockerfile index 6779194..48681c8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM blacklabelops/java:server-jre.8 MAINTAINER Steffen Bleul -ARG CONFLUENCE_VERSION=6.4.0 +ARG CONFLUENCE_VERSION=6.4.1 # permissions ARG CONTAINER_UID=1000 ARG CONTAINER_GID=1000 diff --git a/README.md b/README.md index 4eca937..8e2ff32 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ | Product |Version | Tags | Dockerfile | |---------|--------|-------|------------| -| Confluence | 6.4.0 | 6.4.0, latest | [Dockerfile](https://github.com/blacklabelops/confluence/blob/master/Dockerfile) | +| Confluence | 6.4.1 | 6.4.1, latest | [Dockerfile](https://github.com/blacklabelops/confluence/blob/master/Dockerfile) | # Related Images diff --git a/buildscripts/release.sh b/buildscripts/release.sh index b123bd1..2edf622 100755 --- a/buildscripts/release.sh +++ b/buildscripts/release.sh @@ -3,4 +3,4 @@ #------------------ # CONTAINER VARIABLES #------------------ -export CONFLUENCE_VERSION=6.4.0 +export CONFLUENCE_VERSION=6.4.1