Skip to content

Commit 673140c

Browse files
committed
Release 2.5.6 - See CHANGELOG.md
1 parent 02b8c59 commit 673140c

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -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+
18
## 2.5.5 2024-08-15 <dave at tiredofit dot ca>
29

310
### Added

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
ARG DISTRO="alpine"
22
ARG DISTRO_VARIANT="3.20"
33

4-
FROM docker.io/tiredofit/${DISTRO}:${DISTRO_VARIANT}
4+
FROM docker.io/tiredofit/${DISTRO}:${DISTRO_VARIANT}:7.10.15
55
LABEL maintainer="Dave Conroy (github.com/tiredofit)"
66

77
ARG UNBOUND_VERSION
8-
ENV UNBOUND_VERSION=${UNBOUND_VERSION:-"release-1.21.0"} \
8+
ENV UNBOUND_VERSION=${UNBOUND_VERSION:-"release-1.21.1"} \
99
UNBOUND_REPO_URL=https://github.com/NLnetLabs/unbound \
1010
CONTAINER_ENABLE_MESSAGING=FALSE \
1111
IMAGE_NAME="tiredofit/unbound" \

0 commit comments

Comments
 (0)