bump alpine to 3.9

master
Andy 5 jaren geleden
bovenliggende c056a47402
commit 45bb1bca11

@ -1,4 +1,4 @@
FROM alpine:3.8
FROM alpine:3.9
MAINTAINER Andrey Arapov <andrey.arapov@nixaid.com>
RUN apk update && \

@ -16,7 +16,9 @@ postfix check 2>&1
# run Postfix
set -x
exec /usr/lib/postfix/master 2>&1
exec /usr/libexec/postfix/master 2>&1
# alpine <3.9
#exec /usr/lib/postfix/master 2>&1
# Do not use 'postfix start-fg' command since it does not handle the signals,
# e.g. if you do 'sv restart postfix', postfix/master will NOT receive the

Laden…
Annuleren
Opslaan