Update alpine Docker tag to v3.20

Signed-off-by: milkmaker <milkmaker@mailcow.de>
This commit is contained in:
renovate[bot] 2024-05-22 18:17:51 +00:00 committed by GitHub
parent 58f63aad08
commit e5ada994be
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"