1
1
Fork 0
mirror of https://github.com/dnscrypt/dnscrypt-server-docker synced 2024-05-05 16:06:11 +02:00

Update unbound

This commit is contained in:
Frank Denis 2024-02-14 22:59:53 +01:00
parent 98a8ba9672
commit 6bb0ea2b88

View File

@ -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 a8739bad76d4d179290627e989c7ef236345bda6
ENV UNBOUND_GIT_REVISION be27499d397e192bd43bff27bf0dcaa79020d024
WORKDIR /tmp