Skip to content

Commit

Permalink
Release 2.5.6 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Oct 3, 2024
1 parent 02b8c59 commit 673140c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 2.5.6 2024-10-03 <dave at tiredofit dot ca>

### Added
- Unbound 1.21.1
- Pin to tiredofit/alpine:7.10.15


## 2.5.5 2024-08-15 <dave at tiredofit dot ca>

### Added
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
IMAGE_NAME="tiredofit/unbound" \
Expand Down

0 comments on commit 673140c

Please sign in to comment.