From e1969c2389c557e8761dcba01ad1558a11915f0c Mon Sep 17 00:00:00 2001 From: Daniel Carrillo Date: Fri, 3 Dec 2021 14:09:27 +0100 Subject: [PATCH] Bump alpine to 3.14 and postfix to 3.6.3-r0 --- Dockerfile | 2 +- conf.env | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f48a1cd..968934d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.12 +FROM alpine:3.14 ARG ARG_POSTFIX_VERSION diff --git a/conf.env b/conf.env index 6d12d51..eb1202d 100644 --- a/conf.env +++ b/conf.env @@ -1,2 +1,2 @@ -POSTFIX_VERSION=3.5.2-r1 +POSTFIX_VERSION=3.6.3-r0 DOCKER_IMAGE=dcarrillo/postfix