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

Update Unbound to version 1.11.0

This commit is contained in:
Frank Denis 2020-07-27 13:30:39 +02:00
parent a5a2048266
commit 6275545086

@ -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 a1d4e151eec2f6b47ffa3500b88b5dc0bf7e2821
ENV UNBOUND_GIT_REVISION release-1.11.0
WORKDIR /tmp