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

Update alpine Docker tag to v3.18
This commit is contained in:
Niklas Meyer 2023-05-10 08:58:47 +02:00 committed by GitHub
commit 23d33ad5a8
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.17
image: alpine:3.18
command: /bin/true
restart: "no"