Skip to content

Commit

Permalink
unbound: upgrade to 1.19.1-r0
Browse files Browse the repository at this point in the history
  • Loading branch information
androw committed Feb 13, 2024
1 parent 606de76 commit 01e0d63
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.19.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.19.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 01e0d63

Please sign in to comment.