Update pihole base container to v5.8.1 (#48)
This commit is contained in:
parent
9a585c9992
commit
ab6bf5c5bc
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM pihole/pihole:v5.8
|
FROM pihole/pihole:v5.8.1
|
||||||
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 @@
|
||||||
v5.8
|
v5.8.1
|
||||||
|
|
Loading…
Reference in a new issue