From 71e3488febcb32f44a1b759e153353861ac17242 Mon Sep 17 00:00:00 2001 From: sujiba <65259334+sujiba@users.noreply.github.com> Date: Thu, 4 May 2023 01:33:02 +0200 Subject: [PATCH 1/2] V2022.07.1 --- 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 a155646..5cf2326 100644 --- a/docker-build/Dockerfile +++ b/docker-build/Dockerfile @@ -1,5 +1,5 @@ # Get the latest Pi-hole version -FROM pihole/pihole:2022.05 +FROM pihole/pihole:2022.07.1 # Install necessary programs RUN apt-get update && \ diff --git a/docker-build/VERSION b/docker-build/VERSION index 524fbfe..54ed325 100644 --- a/docker-build/VERSION +++ b/docker-build/VERSION @@ -1 +1 @@ -2022.05 +2022.07.1 From c3dd04a0b736399d734a59f363f1e8812acb80aa Mon Sep 17 00:00:00 2001 From: sujiba <65259334+sujiba@users.noreply.github.com> Date: Thu, 4 May 2023 01:33:02 +0200 Subject: [PATCH 2/2] changed readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a23624..219c1fe 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ CACHE_SIZE=0 ``` #### resolv.conf -If you are using a self-created docker network or having problems with the pihole deployment inside the container, uncomment the following line in the docker-compose.yaml +If you are having problems with the pihole deployment inside the container, uncomment the following line in the docker-compose.yaml ``` #- ./resolv.conf:/etc/resolv.conf ```