Skip to content

Commit

Permalink
unbound: upgrade to 1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
androw authored Feb 10, 2023
1 parent 2395075 commit bf253c0
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 <androw95220@gmail.com>

RUN mkdir -p /usr/local/etc/unbound/
RUN apk add --update --no-cache unbound=1.17.0-r1 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.17.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 bf253c0

Please sign in to comment.