Update pihole base container to 2021.09 (#76)
This commit is contained in:
parent
3a3e03fd09
commit
5e36fcb3e7
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM pihole/pihole:2021.09
|
FROM pihole/pihole:2021.10
|
||||||
RUN apt update && apt install -y unbound
|
RUN apt update && apt install -y unbound
|
||||||
|
|
||||||
COPY lighttpd-external.conf /etc/lighttpd/external.conf
|
COPY lighttpd-external.conf /etc/lighttpd/external.conf
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
2021.09
|
2021.10
|
||||||
|
|
Loading…
Reference in a new issue