FROM alpine:3

This commit is contained in:
Michael Grote 2023-11-08 16:27:20 +01:00
parent 8012563890
commit b84b0ad86c
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
#Dockerfile for a Postfix email relay service
# hadolint ignore=DL3007
FROM alpine:latest
FROM alpine:3
COPY run.sh /