Skip to content

Commit

Permalink
Merge pull request teamatldocker#29 from Firefishy/version-bump
Browse files Browse the repository at this point in the history
Confluence 6.4.0 -> 6.4.1
  • Loading branch information
Steffen Bleul authored Oct 4, 2017
2 parents 2a7ec49 + 8260d27 commit d6c482f
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:server-jre.8
MAINTAINER Steffen Bleul <[email protected]>

ARG CONFLUENCE_VERSION=6.4.0
ARG CONFLUENCE_VERSION=6.4.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 @@ -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

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=6.4.0
export CONFLUENCE_VERSION=6.4.1

0 comments on commit d6c482f

Please sign in to comment.