Pin alpine base image version to 3.12 to fix issue #45
This commit is contained in:
parent
f4b70c83e2
commit
f018f5f12e
1 changed files with 1 additions and 1 deletions
|
@ -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 && \
|
||||
|
|
Loading…
Reference in a new issue