[Netfilter] Use Alpine 3.6

master
André 2018-04-27 21:55:25 +02:00
parent 73df611339
commit 27fc98d12e
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.7 FROM alpine:3.6
LABEL maintainer "Andre Peters <andre.peters@servercow.de>" LABEL maintainer "Andre Peters <andre.peters@servercow.de>"
RUN apk add -U python2 python-dev py-pip gcc musl-dev iptables ip6tables \ RUN apk add -U python2 python-dev py-pip gcc musl-dev iptables ip6tables \

View File

@ -320,7 +320,7 @@ services:
- acme - acme
netfilter-mailcow: netfilter-mailcow:
image: mailcow/netfilter:1.12 image: mailcow/netfilter:1.13
build: ./data/Dockerfiles/netfilter build: ./data/Dockerfiles/netfilter
stop_grace_period: 30s stop_grace_period: 30s
depends_on: depends_on: