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

Update base image to alpine 3.16

This commit is contained in:
Peter 2022-06-05 19:04:51 +02:00
parent 1c479684fc
commit 0bc2a16093
No known key found for this signature in database
GPG Key ID: A40EE5665510C9D5
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.15
FROM alpine:3.16
LABEL maintainer "Andre Peters <andre.peters@servercow.de>"

View File

@ -507,7 +507,7 @@ services:
- watchdog
dockerapi-mailcow:
image: mailcow/dockerapi:1.41
image: mailcow/dockerapi:1.42
security_opt:
- label=disable
restart: always