1
1
mirror of https://github.com/dnscrypt/dnscrypt-server-docker synced 2024-11-22 15:32:01 +01:00

Unbound 1.14

This commit is contained in:
Frank Denis 2021-12-13 21:02:36 +01:00
parent bfdba7f0dd
commit ecdaad2775

@ -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 RUN update-ca-certificates 2> /dev/null || true
ENV UNBOUND_GIT_URL https://github.com/NLnetLabs/unbound.git ENV UNBOUND_GIT_URL https://github.com/NLnetLabs/unbound.git
ENV UNBOUND_GIT_REVISION fdae4cdbbb132296b3b8654a0747d61ddb6b4a25 ENV UNBOUND_GIT_REVISION c6c54f9de418d7e952276e631fbd09a1bd979f2c
WORKDIR /tmp WORKDIR /tmp