1
1
mirror of https://github.com/dnscrypt/dnscrypt-server-docker synced 2026-01-24 14:58:03 +01:00

Update Unbound to 1.5.7

This commit is contained in:
Frank Denis 2015-12-11 10:28:55 +01:00
parent f8bf7e5ef6
commit 7a83834557

@ -30,8 +30,8 @@ RUN set -x && \
echo /opt/libressl/lib > /etc/ld.so.conf.d/libressl.conf && ldconfig && \
rm -fr /tmp/*
ENV UNBOUND_VERSION 1.5.6
ENV UNBOUND_SHA256 ad3823f5895f59da9e408ea273fcf81d8a76914c18864fba256d7f140b83e404
ENV UNBOUND_VERSION 1.5.7
ENV UNBOUND_SHA256 4b2088e5aa81a2d48f6337c30c1cf7e99b2e2dc4f92e463b3bee626eee731ca8
ENV UNBOUND_DOWNLOAD_URL http://www.unbound.net/downloads/unbound-${UNBOUND_VERSION}.tar.gz
RUN set -x && \