Skip to content

Commit

Permalink
unbound: update to 1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
androw authored Oct 10, 2024
1 parent 5210fb0 commit 2795244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine:edge
MAINTAINER Nicolas Lorin <[email protected]>

RUN mkdir -p /usr/local/etc/unbound/
RUN apk add --update --no-cache unbound=1.21.0-r0 curl ca-certificates && curl -o /usr/local/etc/unbound/root.hints https://www.internic.net/domain/named.cache
RUN apk add --update --no-cache unbound=1.21.1-r0 curl ca-certificates && curl -o /usr/local/etc/unbound/root.hints https://www.internic.net/domain/named.cache
RUN unbound-anchor -4 -a /usr/local/etc/unbound/root.key ; true
RUN chown -R unbound:unbound /usr/local/etc/unbound/

Expand Down

0 comments on commit 2795244

Please sign in to comment.