We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02b8c59 commit 673140cCopy full SHA for 673140c
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## 2.5.6 2024-10-03 <dave at tiredofit dot ca>
2
+
3
+ ### Added
4
+ - Unbound 1.21.1
5
+ - Pin to tiredofit/alpine:7.10.15
6
7
8
## 2.5.5 2024-08-15 <dave at tiredofit dot ca>
9
10
### Added
Dockerfile
@@ -1,11 +1,11 @@
ARG DISTRO="alpine"
ARG DISTRO_VARIANT="3.20"
-FROM docker.io/tiredofit/${DISTRO}:${DISTRO_VARIANT}
+FROM docker.io/tiredofit/${DISTRO}:${DISTRO_VARIANT}:7.10.15
LABEL maintainer="Dave Conroy (github.com/tiredofit)"
ARG UNBOUND_VERSION
-ENV UNBOUND_VERSION=${UNBOUND_VERSION:-"release-1.21.0"} \
+ENV UNBOUND_VERSION=${UNBOUND_VERSION:-"release-1.21.1"} \
UNBOUND_REPO_URL=https://github.com/NLnetLabs/unbound \
CONTAINER_ENABLE_MESSAGING=FALSE \
11
IMAGE_NAME="tiredofit/unbound" \
0 commit comments