1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-02-09 13:46:58 +02:00

Merge pull request #4607 from mailcow/netfilter-alpine3.16

Netfilter base image update
This commit is contained in:
Niklas Meyer 2022-06-05 18:44:38 +02:00 committed by GitHub
commit e53b068902
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>"
ENV XTABLES_LIBDIR /usr/lib/xtables

View File

@ -422,7 +422,7 @@ services:
- acme
netfilter-mailcow:
image: mailcow/netfilter:1.47
image: mailcow/netfilter:1.48
stop_grace_period: 30s
depends_on:
- dovecot-mailcow