FROM alpine:3
This commit is contained in:
parent
8012563890
commit
b84b0ad86c
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
|||
#Dockerfile for a Postfix email relay service
|
||||
# hadolint ignore=DL3007
|
||||
FROM alpine:latest
|
||||
FROM alpine:3
|
||||
|
||||
COPY run.sh /
|
||||
|
||||
|
|
Loading…
Reference in a new issue