From 505d881034397aeaa7ca7fabdad8f8a489b51f86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 09:30:16 +0000 Subject: [PATCH] Bump pihole/pihole from 2023.11.0 to 2024.01.0 Bumps pihole/pihole from 2023.11.0 to 2024.01.0. --- updated-dependencies: - dependency-name: pihole/pihole dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ec40afa..7fad3ef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ #ARG PIHOLE_VERSION -FROM pihole/pihole:2023.11.0 +FROM pihole/pihole:2024.01.0 RUN apt update && apt install -y unbound wget COPY pihole-unbound/lighttpd-external.conf /etc/lighttpd/external.conf