1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-11-28 08:52:00 +02:00

Merge pull request #5883 from mailcow:renovate/alpine-3.x

chore(deps): update alpine docker tag to v3.20
This commit is contained in:
Niklas Meyer 2024-06-05 12:27:28 +02:00 committed by GitHub
commit dc5eb6f92e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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