1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-02-21 19:19:39 +02:00

Unbound: Use alpine:3.8

This commit is contained in:
Tim Möhlmann 2018-10-09 12:35:08 +03:00
parent 676c408f06
commit ada09f7922
No known key found for this signature in database
GPG Key ID: AFABC30066A39335

View File

@ -1,4 +1,4 @@
FROM alpine:edge
FROM alpine:3.8
RUN apk add --no-cache unbound curl \
&& curl -o /etc/unbound/root.hints https://www.internic.net/domain/named.cache \