Skip to content

Commit

Permalink
Release 2.5.4 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed May 10, 2024
1 parent 57b3015 commit d995154
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.5.4 2024-05-10 <dave at tiredofit dot ca>

### Added
- Unbound 1.20.0


## 2.5.3 2024-03-10 <dave at tiredofit dot ca>

### Added
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM docker.io/tiredofit/${DISTRO}:${DISTRO_VARIANT}
LABEL maintainer="Dave Conroy (github.com/tiredofit)"

ARG UNBOUND_VERSION
ENV UNBOUND_VERSION=${UNBOUND_VERSION:-"release-1.19.2"} \
ENV UNBOUND_VERSION=${UNBOUND_VERSION:-"release-1.20.0"} \
UNBOUND_REPO_URL=https://github.com/NLnetLabs/unbound \
CONTAINER_ENABLE_MESSAGING=FALSE \
IMAGE_NAME="tiredofit/unbound" \
Expand Down

0 comments on commit d995154

Please sign in to comment.