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

Unbound 1.9.2 final

This commit is contained in:
Frank Denis 2019-06-29 17:39:59 +02:00
parent 09e3c177bb
commit 37bacef22c

@ -10,7 +10,7 @@ RUN set -x && \
update-ca-certificates 2> /dev/null || true
ENV UNBOUND_GIT_URL https://github.com/jedisct1/unbound.git
ENV UNBOUND_GIT_REVISION f5e3a85e960c2574be87f75a2b2c894d6995e0e2
ENV UNBOUND_GIT_REVISION 4edb15ba417c78710069a5be8be3a6b5d8bdba9c
RUN set -x && \
apk add --no-cache $BUILD_DEPS && \