File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 15
15
# REDIS_VERSION=7.4.1-alpine
16
16
# RESTART=always
17
17
# Use a fixed version. You are responsible to update this to newer patch level versions yourself.
18
- # VERSION=6.4.0-34
18
+ # VERSION=6.4.1
19
19
# You can also use floating versions that will give you automatic updates:
20
20
# VERSION=6.2 # all patchlevel updates
21
21
# VERSION=6 # including minor updates
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\\.4\\.0 $"
10
- # tagfilter: "^6\\.4\\.0 -\\d{1}"
11
- tagfilter : " ^6\\ .4\\ .0 -\\ d{2}"
12
- # tagfilter: "^6\\.4\\.0 -\\d{3}"
9
+ tagfilter : " ^6\\ .4\\ .1 $"
10
+ # tagfilter: "^6\\.4\\.1 -\\d{1}"
11
+ # tagfilter: "^6\\.4\\.1 -\\d{2}"
12
+ # tagfilter: "^6\\.4\\.1 -\\d{3}"
13
13
elasticsearch :
14
14
kind : dockerimage
15
15
spec :
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ x-shared:
37
37
ZAMMAD_SESSION_JOBS :
38
38
ZAMMAD_PROCESS_SCHEDULED :
39
39
ZAMMAD_PROCESS_DELAYED_JOBS_WORKERS :
40
- image : ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-6.4.0-34 }
40
+ image : ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-6.4.1 }
41
41
restart : ${RESTART:-always}
42
42
volumes :
43
43
- zammad-storage:/opt/zammad/storage
You can’t perform that action at this time.
0 commit comments