Skip to content

Commit 5242d79

Browse files
authored
Patch-level image updates (#495)
1 parent cb7c633 commit 5242d79

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.env.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
# Use a fixed Zammad version rather than the default. If you do so,
1313
# you are responsible to update this to newer patch level versions yourself.
14-
# VERSION=6.5.0-75
14+
# VERSION=6.5.0-101
1515
# You can also use floating versions that will give you automatic updates:
1616
# VERSION=6.2 # all patchlevel updates
1717
# VERSION=6 # including minor updates
@@ -23,7 +23,7 @@
2323
# MEMCACHE_SERVERS=zammad-memcached:11211
2424
# MEMCACHE_VERSION=1.6.38-alpine
2525
# REDIS_URL=redis://zammad-redis:6379
26-
# REDIS_VERSION=7.4.3-alpine
26+
# REDIS_VERSION=7.4.4-alpine
2727
# POSTGRES_VERSION=17.5-alpine
2828

2929
# RAILS_TRUSTED_PROXIES=

.github/updatecli.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ sources:
88
architecture: "linux/amd64"
99
# tagfilter: "^6\\.5\\.0$"
1010
# tagfilter: "^6\\.5\\.0-\\d{1}"
11-
tagfilter: "^6\\.5\\.0-\\d{2}"
12-
# tagfilter: "^6\\.5\.0-\\d{3}"
11+
# tagfilter: "^6\\.5\\.0-\\d{2}"
12+
tagfilter: "^6\\.5\\.0-\\d{3}"
1313
elasticsearch:
1414
kind: dockerimage
1515
spec:

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ x-shared:
5252
LETSENCRYPT_HOST:
5353
LETSENCRYPT_EMAIL:
5454

55-
image: ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-6.5.0-75}
55+
image: ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-6.5.0-101}
5656
restart: ${RESTART:-always}
5757
volumes:
5858
- zammad-storage:/opt/zammad/storage
@@ -122,7 +122,7 @@ services:
122122
command: ["zammad-railsserver"]
123123

124124
zammad-redis:
125-
image: redis:${REDIS_VERSION:-7.4.3-alpine}
125+
image: redis:${REDIS_VERSION:-7.4.4-alpine}
126126
restart: ${RESTART:-always}
127127
volumes:
128128
- redis-data:/data

0 commit comments

Comments
 (0)