From 7a8383455773b89a35e284179f6aa2f2fbc39c56 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Fri, 11 Dec 2015 10:28:55 +0100 Subject: [PATCH] Update Unbound to 1.5.7 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ad9e5a2..ff5f47f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \