Skip to content

Commit

Permalink
7.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jhult committed May 23, 2020
1 parent 12d704e commit 316e4fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,7 +1,7 @@
FROM adoptopenjdk/openjdk8:alpine-jre
# this image already contains glibc

ARG CONFLUENCE_VERSION=7.4.0
ARG CONFLUENCE_VERSION=7.5.0

# permissions
ARG CONTAINER_UID=1000
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -6,7 +6,7 @@

| Product |Version | Tags | Dockerfile |
|---------|--------|-------|------------|
| Confluence | 7.4.0 | 7.4.0, latest | [Dockerfile](https://github.com/teamatldocker/confluence/blob/master/Dockerfile) |
| Confluence | 7.5.0 | 7.5.0, latest | [Dockerfile](https://github.com/teamatldocker/confluence/blob/master/Dockerfile) |

# Related Images

Expand Down
2 changes: 1 addition & 1 deletion buildscripts/release.sh
Expand Up @@ -3,4 +3,4 @@
#------------------
# CONTAINER VARIABLES
#------------------
export CONFLUENCE_VERSION=7.4.0
export CONFLUENCE_VERSION=7.5.0

0 comments on commit 316e4fe

Please sign in to comment.