Skip to content

Commit

Permalink
Release 2.5.8 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Oct 17, 2024
1 parent 579baa6 commit f8bc1b8
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.8 2024-10-17 <dave at tiredofit dot ca>

### Added
- Unbound 1.22.0
- tiredofit/alpine:3.20-7.10.16


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

### Changed
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}-7.10.15
FROM docker.io/tiredofit/${DISTRO}:${DISTRO_VARIANT}-7.10.16
LABEL maintainer="Dave Conroy (github.com/tiredofit)"

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

0 comments on commit f8bc1b8

Please sign in to comment.