Update alpine Docker tag to v3.17
Signed-off-by: milkmaker <milkmaker@mailcow.de>
This commit is contained in:
parent
f0d9948aee
commit
4c296f8409
|
@ -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.10
|
image: alpine:3.17
|
||||||
command: /bin/true
|
command: /bin/true
|
||||||
restart: "no"
|
restart: "no"
|
||||||
|
|
Loading…
Reference in New Issue