Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM blacklabelops/java:openjdk.8
MAINTAINER Steffen Bleul <sbl@blacklabelops.com>

ARG CROWD_VERSION=3.3.5
ARG CROWD_VERSION=3.7.0
# 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 @@ -6,7 +6,7 @@

| Version | Tags | Dockerfile |
|---------|-------|------------|
| 3.3.5 | 3.3.5, latest | [Dockerfile](https://github.com/blacklabelops/crowd/blob/master/Dockerfile) |
| 3.7.0 | 3.7.0, latest | [Dockerfile](https://github.com/blacklabelops/crowd/blob/master/Dockerfile) |

> Older tags remain but are not supported/rebuild.

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 CROWD_VERSION=3.3.5
export CROWD_VERSION=3.7.0