Pin alpine base image version to 3.12 to fix issue #45

This commit is contained in:
Juan Luis Baptiste 2021-01-18 18:23:07 -05:00
parent f4b70c83e2
commit f018f5f12e

View File

@ -1,5 +1,5 @@
#Dockerfile for a Postfix email relay service #Dockerfile for a Postfix email relay service
FROM alpine FROM alpine:3.12
MAINTAINER Juan Luis Baptiste juan.baptiste@gmail.com MAINTAINER Juan Luis Baptiste juan.baptiste@gmail.com
RUN apk update && \ RUN apk update && \