Skip to content

Commit 771cfd3

Browse files
committed
Update Unbound to 1.21.1
This security release fixes CVE-2024-8508. See https://github.com/NLnetLabs/unbound/releases/tag/release-1.21.1 Signed-off-by: Kyle Harding <[email protected]>
1 parent 90a5ed5 commit 771cfd3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ FROM build-base AS unbound
6262

6363
WORKDIR /src
6464

65-
ARG UNBOUND_VERSION=1.21.0
66-
# https://nlnetlabs.nl/downloads/unbound/unbound-1.21.0.tar.gz.sha256
67-
ARG UNBOUND_SHA256="e7dca7d6b0f81bdfa6fa64ebf1053b5a999a5ae9278a87ef182425067ea14521"
65+
ARG UNBOUND_VERSION=1.21.1
66+
# https://nlnetlabs.nl/downloads/unbound/unbound-1.21.1.tar.gz.sha256
67+
ARG UNBOUND_SHA256="3036d23c23622b36d3c87e943117bdec1ac8f819636eb978d806416b0fa9ea46"
6868

6969
ADD https://nlnetlabs.nl/downloads/unbound/unbound-${UNBOUND_VERSION}.tar.gz unbound.tar.gz
7070

rootfs_overlay/etc/unbound/unbound.conf.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# Example configuration file.
33
#
4-
# See unbound.conf(5) man page, version 1.21.0.
4+
# See unbound.conf(5) man page, version 1.21.1.
55
#
66
# this is a comment.
77

0 commit comments

Comments
 (0)