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 - /var/run/mysqld/mysqld.sock:/var/run/mysqld/mysqld.sock
mysql-mailcow: mysql-mailcow:
image: alpine:3.19 image: alpine:3.20
command: /bin/true command: /bin/true
restart: "no" restart: "no"