Skip to content

Commit

Permalink
Release Update 5.0.1. (#243)
Browse files Browse the repository at this point in the history
* Release Update 5.0.1.

* Update .env

Co-authored-by: Thorsten Eckel <{ID}+{username}@users.noreply.github.com>
Co-authored-by: André Bauer <monotek@users.noreply.github.com>
  • Loading branch information
3 people authored Oct 8, 2021
1 parent defd3fb commit cda3c41
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ POSTGRES_USER=zammad
REDIS_URL=redis://zammad-redis:6379
RESTART=always
# don't forget to add the minus before the version
VERSION=-4.1.0-6
VERSION=-5.0.1-1
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ LABEL org.label-schema.build-date="$BUILD_DATE" \
org.label-schema.vcs-url="https://github.com/zammad/zammad" \
org.label-schema.vcs-type="Git" \
org.label-schema.vendor="Zammad" \
org.label-schema.schema-version="5.0.0" \
org.label-schema.schema-version="5.0.1" \
org.label-schema.docker.cmd="sysctl -w vm.max_map_count=262144;docker-compose up"
2 changes: 1 addition & 1 deletion containers/zammad-elasticsearch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ LABEL org.label-schema.build-date="$BUILD_DATE" \
org.label-schema.vcs-url="https://github.com/zammad/zammad" \
org.label-schema.vcs-type="Git" \
org.label-schema.vendor="Zammad" \
org.label-schema.schema-version="5.0.0" \
org.label-schema.schema-version="5.0.1" \
org.label-schema.docker.cmd="sysctl -w vm.max_map_count=262144;docker-compose up"

SHELL ["/bin/bash", "-e", "-o", "pipefail", "-c"]
Expand Down
2 changes: 1 addition & 1 deletion containers/zammad-postgresql/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ LABEL org.label-schema.build-date="$BUILD_DATE" \
org.label-schema.vcs-url="https://github.com/zammad/zammad" \
org.label-schema.vcs-type="Git" \
org.label-schema.vendor="Zammad" \
org.label-schema.schema-version="5.0.0" \
org.label-schema.schema-version="5.0.1" \
org.label-schema.docker.cmd="sysctl -w vm.max_map_count=262144;docker-compose up"

SHELL ["/bin/bash", "-e", "-o", "pipefail", "-c"]
Expand Down
2 changes: 1 addition & 1 deletion containers/zammad/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ LABEL org.label-schema.build-date="$BUILD_DATE" \
org.label-schema.vcs-url="https://github.com/zammad/zammad" \
org.label-schema.vcs-type="Git" \
org.label-schema.vendor="Zammad" \
org.label-schema.schema-version="5.0.0" \
org.label-schema.schema-version="5.0.1" \
org.label-schema.docker.cmd="sysctl -w vm.max_map_count=262144;docker-compose up"

ENV GIT_BRANCH stable
Expand Down

0 comments on commit cda3c41

Please sign in to comment.