2
0
mirror of https://github.com/dnscrypt/dnscrypt-server-docker synced 2024-11-11 07:10:32 +00:00

Merge pull request #25 from MatthewVance/unbound-1.5.9

Unbound 1.5.9
This commit is contained in:
Frank Denis 2016-06-11 07:06:19 -07:00 committed by GitHub
commit 4805324c3e

View File

@ -30,8 +30,8 @@ RUN set -x && \
echo /opt/libressl/lib > /etc/ld.so.conf.d/libressl.conf && ldconfig && \ echo /opt/libressl/lib > /etc/ld.so.conf.d/libressl.conf && ldconfig && \
rm -fr /tmp/* rm -fr /tmp/*
ENV UNBOUND_VERSION 1.5.8 ENV UNBOUND_VERSION 1.5.9
ENV UNBOUND_SHA256 33567a20f73e288f8daa4ec021fbb30fe1824b346b34f12677ad77899ecd09be ENV UNBOUND_SHA256 01328cfac99ab5b8c47115151896a244979e442e284eb962c0ea84b7782b6990
ENV UNBOUND_DOWNLOAD_URL https://www.unbound.net/downloads/unbound-${UNBOUND_VERSION}.tar.gz ENV UNBOUND_DOWNLOAD_URL https://www.unbound.net/downloads/unbound-${UNBOUND_VERSION}.tar.gz
RUN set -x && \ RUN set -x && \