From 45bb1bca11a06c67175ba8f9832d372fbe7a23c5 Mon Sep 17 00:00:00 2001 From: Andrey Arapov Date: Sat, 13 Apr 2019 12:18:46 +0000 Subject: [PATCH] bump alpine to 3.9 --- Dockerfile | 2 +- service/postfix/run | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3cdab04..2159f70 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.8 +FROM alpine:3.9 MAINTAINER Andrey Arapov RUN apk update && \ diff --git a/service/postfix/run b/service/postfix/run index 3cb8954..d108d39 100755 --- a/service/postfix/run +++ b/service/postfix/run @@ -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