Explorar el Código

pin postfix package version (hadolint/DL3018)

Fabian Peter Hammerle hace 4 años
padre
commit
2db216175f
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      Dockerfile

+ 2 - 1
Dockerfile

@@ -1,6 +1,7 @@
 FROM alpine:3.10
 
-RUN apk add --no-cache postfix
+ARG POSTFIX_PACKAGE_VERSION=3.4.7-r0
+RUN apk add --no-cache postfix=$POSTFIX_PACKAGE_VERSION
 
 # http://www.postfix.org/MAILLOG_README.html
 RUN postconf -F | grep -E '^postlog/unix-dgram/service = postlog$' \