1
1
mirror of https://github.com/dnscrypt/dnscrypt-server-docker synced 2026-01-13 06:51:33 +01:00

Update unbound

This commit is contained in:
Frank Denis 2025-09-03 15:05:57 +02:00
parent f3496ae1a3
commit b4efe96447

@ -14,7 +14,7 @@ RUN apt-get update && apt-get -qy dist-upgrade && apt-get -qy clean && \
RUN update-ca-certificates 2> /dev/null || true
ENV UNBOUND_GIT_URL="https://github.com/NLnetLabs/unbound.git"
ENV UNBOUND_GIT_REVISION="db53ebb7985b11f21207bc13b69c8485d3054d14"
ENV UNBOUND_GIT_REVISION="5bf82f246481098a6473f296b21fc1229d276c0f"
WORKDIR /tmp