Skip to content

Commit 270b57a

Browse files
authored
Patch-level image update (#479)
This update applies the fix for zammad/zammad#5553.
1 parent 39f9703 commit 270b57a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.env.dist

Lines changed: 1 addition & 1 deletion
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
14+
# VERSION=6.5.0-15
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

.github/updatecli.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ sources:
66
spec:
77
image: "zammad/zammad-docker-compose"
88
architecture: "linux/amd64"
9-
tagfilter: "^6\\.5\\.0$"
9+
# tagfilter: "^6\\.5\\.0$"
1010
# tagfilter: "^6\\.5\\.0-\\d{1}"
11-
# tagfilter: "^6\\.5\\.0-\\d{2}"
11+
tagfilter: "^6\\.5\\.0-\\d{2}"
1212
# tagfilter: "^6\\.5\.0-\\d{3}"
1313
elasticsearch:
1414
kind: dockerimage

docker-compose.yml

Lines changed: 1 addition & 1 deletion
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}
55+
image: ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-6.5.0-15}
5656
restart: ${RESTART:-always}
5757
volumes:
5858
- zammad-storage:/opt/zammad/storage

0 commit comments

Comments
 (0)