Skip to content

Commit

Permalink
v2.2.8 (#31)
Browse files Browse the repository at this point in the history
Build updates
* Using ghcr.io

Documentation updates
* Updating PIN to 2.2.7
  • Loading branch information
bfren authored Jul 16, 2024
1 parent e67484b commit d657b61
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .env-with-proxy
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.7
2.2.8

0 comments on commit d657b61

Please sign in to comment.