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

Unbound 1.19.3

This commit is contained in:
Frank Denis 2024-03-10 10:11:08 +01:00
parent 6bb0ea2b88
commit 4904c79f0c

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