From 3e87187a5de7e29eed418d2a6b3c527a96db8ac9 Mon Sep 17 00:00:00 2001 From: Nicolas Lorin Date: Mon, 4 Sep 2023 21:10:17 +0200 Subject: [PATCH] unbound: upgrade to 1.18.0-r0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6718439..df03e68 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:edge MAINTAINER Nicolas Lorin RUN mkdir -p /usr/local/etc/unbound/ -RUN apk add --update --no-cache unbound=1.17.1-r2 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.18.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/