Pin Alpine 3.7 to preserve the Postfix version

This commit is contained in:
Tim Möhlmann
2018-08-07 18:38:22 +03:00
parent e14fcd1b8a
commit 465ccda95f
8 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
FROM alpine:edge
FROM alpine:3.7
RUN echo "@testing http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
&& apk add --no-cache \