update base image

This commit is contained in:
Michael Grote 2023-10-30 23:53:35 +01:00
parent 917577a2e9
commit 8a2377baf0

View file

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