1
1
Fork 0
mirror of https://github.com/dnscrypt/dnscrypt-server-docker synced 2024-05-19 00:56:21 +02:00

Unbound 1.12.0rc1

This commit is contained in:
Frank Denis 2020-10-02 00:49:34 +02:00
parent 6275545086
commit 3f947c2923

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 release-1.11.0
ENV UNBOUND_GIT_REVISION release-1.12.0rc1
WORKDIR /tmp