Skip to content

Commit

Permalink
update zammad to 5.3.0 (#313)
Browse files Browse the repository at this point in the history
* update zammad to 5.3.0

* update dependencies

Signed-off-by: André Bauer <[email protected]>

Signed-off-by: André Bauer <[email protected]>
  • Loading branch information
monotek authored Nov 22, 2022
1 parent a0aa532 commit 87e8b49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ POSTGRES_PASS=zammad
POSTGRES_USER=zammad
REDIS_URL=redis://zammad-redis:6379
RESTART=always
VERSION=5.2.3-35
VERSION=5.3.0
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
- ./scripts/backup.sh:/usr/local/bin/backup.sh:ro

zammad-elasticsearch:
image: bitnami/elasticsearch:8.5.0
image: bitnami/elasticsearch:8.5.1
restart: ${RESTART}
volumes:
- elasticsearch-data:/bitnami/elasticsearch/data
Expand Down Expand Up @@ -61,7 +61,7 @@ services:
environment:
- POSTGRES_USER=${POSTGRES_USER}
- POSTGRES_PASSWORD=${POSTGRES_PASS}
image: postgres:15.0-alpine
image: postgres:15.1-alpine
restart: ${RESTART}
volumes:
- postgresql-data:/var/lib/postgresql/data
Expand All @@ -81,7 +81,7 @@ services:
- zammad-data:/opt/zammad

zammad-redis:
image: redis:6.2.5-alpine
image: redis:7.0.5-alpine
restart: ${RESTART}

zammad-scheduler:
Expand Down

0 comments on commit 87e8b49

Please sign in to comment.