1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-10-30 23:57:54 +02:00

chore(deps): update alpine docker tag to v3.22 (#6417)

Signed-off-by: milkmaker <milkmaker@mailcow.de>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-10-21 18:03:02 +02:00
committed by GitHub
parent 23fb5e2fca
commit 0338a36ecf

View File

@@ -25,6 +25,6 @@ services:
- /var/run/mysqld/mysqld.sock:/var/run/mysqld/mysqld.sock
mysql-mailcow:
image: alpine:3.20
image: alpine:3.22
command: /bin/true
restart: "no"