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