Skip to content

Commit

Permalink
unbound: upgrade to 1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
androw authored May 8, 2024
1 parent 2244e04 commit 9a26f6b
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.19.3-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.20.0-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 9a26f6b

Please sign in to comment.