From d657b61fed0f22dd4302e4567dd5c813bed76696 Mon Sep 17 00:00:00 2001 From: bfren Date: Tue, 16 Jul 2024 06:41:42 +0200 Subject: [PATCH] v2.2.8 (#31) Build updates * Using ghcr.io Documentation updates * Updating PIN to 2.2.7 --- .env | 2 +- .env-with-proxy | 2 +- Dockerfile | 2 +- VERSION | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.env b/.env index 3cbca28..83966ac 100644 --- a/.env +++ b/.env @@ -5,7 +5,7 @@ TIMEZONE=Europe/London IP_RANGE=10.5.0 # the unbound image version to pin the backup container to -UNBOUND_PIN=2.2.4 +UNBOUND_PIN=2.2.7 # the name of the Pi-Hole host (otherwise you get a hash) PIHOLE_HOST_NAME=pihole.dns diff --git a/.env-with-proxy b/.env-with-proxy index b1f8b70..4e33e22 100644 --- a/.env-with-proxy +++ b/.env-with-proxy @@ -5,7 +5,7 @@ TIMEZONE=Europe/London IP_RANGE=10.5.0 # the unbound image version to pin the backup container to -UNBOUND_PIN=2.2.4 +UNBOUND_PIN=2.2.7 # the name of the Pi-Hole host (otherwise you get a hash) PIHOLE_HOST_NAME=pihole.dns diff --git a/Dockerfile b/Dockerfile index a805dfa..466b536 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM bfren/alpine-s6:alpine3.20-5.3.1 +FROM ghcr.io/bfren/alpine-s6:alpine3.20-5.4.2 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-unbound" diff --git a/VERSION b/VERSION index b539ade..eb430cb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.7 \ No newline at end of file +2.2.8 \ No newline at end of file