1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-12-25 02:29:32 +02:00

chore(deps): update alpine docker tag to v3.19

Signed-off-by: milkmaker <milkmaker@mailcow.de>
This commit is contained in:
renovate[bot] 2023-12-19 08:48:40 +00:00 committed by GitHub
parent 603d451fc9
commit f27e41d19c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,6 @@ services:
- /var/run/mysqld/mysqld.sock:/var/run/mysqld/mysqld.sock
mysql-mailcow:
image: alpine:3.18
image: alpine:3.19
command: /bin/true
restart: "no"