File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 11
11
12
12
# Use a fixed Zammad version rather than the default. If you do so,
13
13
# you are responsible to update this to newer patch level versions yourself.
14
- # VERSION=6.5.0-101
14
+ # VERSION=6.5.1
15
15
# You can also use floating versions that will give you automatic updates:
16
16
# VERSION=6.2 # all patchlevel updates
17
17
# VERSION=6 # including minor updates
18
18
# VERSION=latest # all updates of stable versions, including major
19
19
# VERSION=develop # bleeding-edge development version
20
20
# IMAGE_REPO=ghcr.io/zammad/zammad
21
21
22
- # ELASTICSEARCH_VERSION=8.18.0
22
+ # ELASTICSEARCH_VERSION=8.19.2
23
23
# MEMCACHE_SERVERS=zammad-memcached:11211
24
- # MEMCACHE_VERSION=1.6.38 -alpine
24
+ # MEMCACHE_VERSION=1.6.39 -alpine
25
25
# REDIS_URL=redis://zammad-redis:6379
26
- # REDIS_VERSION=7.4.4 -alpine
26
+ # REDIS_VERSION=7.4.5 -alpine
27
27
# POSTGRES_VERSION=17.5-alpine
28
28
29
29
# RAILS_TRUSTED_PROXIES=
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ sources:
6
6
spec :
7
7
image : " zammad/zammad-docker-compose"
8
8
architecture : " linux/amd64"
9
- # tagfilter: "^6\\.5\\.0 $"
10
- # tagfilter: "^6\\.5\\.0 -\\d{1}"
11
- # tagfilter: "^6\\.5\\.0 -\\d{2}"
12
- tagfilter : " ^6\\ .5\\ .0 -\\ d{3}"
9
+ tagfilter : " ^6\\ .5\\ .1 $"
10
+ # tagfilter: "^6\\.5\\.1 -\\d{1}"
11
+ # tagfilter: "^6\\.5\\.1 -\\d{2}"
12
+ # tagfilter: "^6\\.5\\.1 -\\d{3}"
13
13
elasticsearch :
14
14
kind : dockerimage
15
15
spec :
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ x-shared:
52
52
LETSENCRYPT_HOST :
53
53
LETSENCRYPT_EMAIL :
54
54
55
- image : ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-6.5.0-101 }
55
+ image : ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-6.5.1 }
56
56
restart : ${RESTART:-always}
57
57
volumes :
58
58
- zammad-storage:/opt/zammad/storage
@@ -71,7 +71,7 @@ services:
71
71
user : 0:0
72
72
73
73
zammad-elasticsearch :
74
- image : elasticsearch:${ELASTICSEARCH_VERSION:-8.18.0 }
74
+ image : elasticsearch:${ELASTICSEARCH_VERSION:-8.19.2 }
75
75
restart : ${RESTART:-always}
76
76
volumes :
77
77
- elasticsearch-data:/usr/share/elasticsearch/data
@@ -90,7 +90,7 @@ services:
90
90
91
91
zammad-memcached :
92
92
command : memcached -m 256M
93
- image : memcached:${MEMCACHE_VERSION:-1.6.38 -alpine}
93
+ image : memcached:${MEMCACHE_VERSION:-1.6.39 -alpine}
94
94
restart : ${RESTART:-always}
95
95
96
96
zammad-nginx :
@@ -118,7 +118,7 @@ services:
118
118
command : ["zammad-railsserver"]
119
119
120
120
zammad-redis :
121
- image : redis:${REDIS_VERSION:-7.4.4 -alpine}
121
+ image : redis:${REDIS_VERSION:-7.4.5 -alpine}
122
122
restart : ${RESTART:-always}
123
123
volumes :
124
124
- redis-data:/data
You can’t perform that action at this time.
0 commit comments