Updating to pihole container v5.6
Also lockingt he base container version in the Dockerfile, I'll be doing releases like this from now on
This commit is contained in:
parent
4a17db48cc
commit
7b41e2bf42
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM pihole/pihole:latest
|
FROM pihole/pihole:v5.6
|
||||||
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.5.1
|
v5.6
|
||||||
|
|
Loading…
Reference in a new issue