1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-14 10:53:30 +02:00

Pin alpine:3.7 for Dovecot since extdata was removed from repos, fixes #528

This commit is contained in:
Pierre Jaury 2018-08-01 21:29:18 +02:00
parent 5ad02ae2e5
commit 18fe8cd9f2

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 \ RUN echo "@testing http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
&& apk add --no-cache \ && apk add --no-cache \