diff --git a/Dockerfile b/Dockerfile index 45409c9..e27d457 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ #Dockerfile for a Postfix email relay service -FROM alpine +FROM alpine:3.12 MAINTAINER Juan Luis Baptiste juan.baptiste@gmail.com RUN apk update && \