First Nightly Build

This commit is contained in:
2024-11-28 07:39:52 -05:00
parent f053483b66
commit 0e56edeb06
3 changed files with 5 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
#ARG PIHOLE_VERSION
FROM pihole/pihole:development
FROM pihole/pihole:nightly
RUN apk update
RUN apk add --no-cache unbound curl ca-certificates \
&& curl -o /etc/unbound/root.hints https://www.internic.net/domain/named.cache
&& curl -o /etc/unbound/root.hints https://www.internic.net/domain/named.cache
RUN apk add --no-cache iputils-ping
COPY config/unbound/unbound.conf /etc/unbound/unbound.conf