Browse Source

Update base image to alpine 3.16

Peter 3 years ago
parent
commit
0bc2a16093
2 changed files with 2 additions and 2 deletions
  1. 1 1
      data/Dockerfiles/dockerapi/Dockerfile
  2. 1 1
      docker-compose.yml

+ 1 - 1
data/Dockerfiles/dockerapi/Dockerfile

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

+ 1 - 1
docker-compose.yml

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