Skip to content

Commit

Permalink
Confluence version 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffen Bleul committed Nov 5, 2016
1 parent def5e6a commit db4e3a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM blacklabelops/java:jre8
MAINTAINER Steffen Bleul <[email protected]>

ARG CONFLUENCE_VERSION=5.10.8
ARG CONFLUENCE_VERSION=6.0.1
# permissions
ARG CONTAINER_UID=1000
ARG CONTAINER_GID=1000
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

| Product |Version | Tags | Dockerfile |
|---------|--------|-------|------------|
| Confluence | 5.10.7 | 5.10.7, latest | [Dockerfile](https://github.com/blacklabelops/confluence/blob/master/Dockerfile) |
| Confluence | 6.0.1 | 6.0.1, latest | [Dockerfile](https://github.com/blacklabelops/confluence/blob/master/Dockerfile) |

## Related Images

Expand Down
2 changes: 1 addition & 1 deletion buildscripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
#------------------
# CONTAINER VARIABLES
#------------------
export CONFLUENCE_VERSION=5.10.8
export CONFLUENCE_VERSION=6.0.1

0 comments on commit db4e3a6

Please sign in to comment.