File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
rootfs_overlay/etc/unbound Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -62,9 +62,9 @@ FROM build-base AS unbound
62
62
63
63
WORKDIR /src
64
64
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 "
68
68
69
69
ADD https://nlnetlabs.nl/downloads/unbound/unbound-${UNBOUND_VERSION}.tar.gz unbound.tar.gz
70
70
Original file line number Diff line number Diff line change 1
1
#
2
2
# Example configuration file.
3
3
#
4
- # See unbound.conf(5) man page, version 1.21.0 .
4
+ # See unbound.conf(5) man page, version 1.21.1 .
5
5
#
6
6
# this is a comment.
7
7
You can’t perform that action at this time.
0 commit comments