Update base image to alpine 3.16

This commit is contained in:
Peter 2022-06-05 19:01:06 +02:00
parent e53b068902
commit c41dc9d8c0
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>" LABEL maintainer "Andre Peters <andre.peters@servercow.de>"

View File

@ -2,7 +2,7 @@ version: '2.1'
services: services:
unbound-mailcow: unbound-mailcow:
image: mailcow/unbound:1.15 image: mailcow/unbound:1.16
environment: environment:
- TZ=${TZ} - TZ=${TZ}
volumes: volumes: