From 2921de8e662ad89239c6f5dd311d1fb8a4e8cf74 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Wed, 22 Feb 2017 11:17:29 +0100 Subject: [PATCH] Unbound 1.6.1 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index edbcb23..704c166 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.6.0 -ENV UNBOUND_SHA256 6b7db874e6debda742fee8869d722e5a17faf1086e93c911b8564532aeeffab7 +ENV UNBOUND_VERSION 1.6.1 +ENV UNBOUND_SHA256 42df63f743c0fe8424aeafcf003ad4b880b46c14149d696057313f5c1ef51400 ENV UNBOUND_DOWNLOAD_URL https://www.unbound.net/downloads/unbound-${UNBOUND_VERSION}.tar.gz RUN set -x && \