From 4e9ee0406626068551e020e0e5e8f8bf54cec59c Mon Sep 17 00:00:00 2001 From: sujiba <65259334+sujiba@users.noreply.github.com> Date: Thu, 4 May 2023 01:33:01 +0200 Subject: [PATCH] V2021.12 --- docker-build/Dockerfile | 2 +- docker-build/VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-build/Dockerfile b/docker-build/Dockerfile index f5b27e8..6f7c2d2 100644 --- a/docker-build/Dockerfile +++ b/docker-build/Dockerfile @@ -1,5 +1,5 @@ # Get the latet Pi-hole version -FROM pihole/pihole:2021.11 +FROM pihole/pihole:2021.12 # Install necessary programs RUN apt-get update && \ diff --git a/docker-build/VERSION b/docker-build/VERSION index 3f42e86..0038873 100644 --- a/docker-build/VERSION +++ b/docker-build/VERSION @@ -1 +1 @@ -2021.11 +2021.12