From 7b41e2bf4229e928ed13e39731d9d06adff08a9f Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 8 Feb 2021 23:34:03 -0800 Subject: [PATCH] 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 --- one-container/pihole-unbound/Dockerfile | 2 +- one-container/pihole-unbound/VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/one-container/pihole-unbound/Dockerfile b/one-container/pihole-unbound/Dockerfile index 94a3e68..dc1623e 100644 --- a/one-container/pihole-unbound/Dockerfile +++ b/one-container/pihole-unbound/Dockerfile @@ -1,4 +1,4 @@ -FROM pihole/pihole:latest +FROM pihole/pihole:v5.6 RUN apt update && apt install -y unbound COPY lighttpd-external.conf /etc/lighttpd/external.conf diff --git a/one-container/pihole-unbound/VERSION b/one-container/pihole-unbound/VERSION index fbbf144..ef353b3 100644 --- a/one-container/pihole-unbound/VERSION +++ b/one-container/pihole-unbound/VERSION @@ -1 +1 @@ -v5.5.1 +v5.6