From 36f3da6443a4333b897369fd1c831158b8ae68d8 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Tue, 20 Oct 2015 16:24:06 +0200 Subject: [PATCH] Unbound 1.5.6 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e89cb61..cb54a1d 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.5 -ENV UNBOUND_SHA256 f3bd7d3bc9519e8717abdc35c26cb2d84c3c3a3e2cd657604307e6860b37da5e +ENV UNBOUND_VERSION 1.5.6 +ENV UNBOUND_SHA256 ad3823f5895f59da9e408ea273fcf81d8a76914c18864fba256d7f140b83e404 ENV UNBOUND_DOWNLOAD_URL http://www.unbound.net/downloads/unbound-${UNBOUND_VERSION}.tar.gz RUN set -x && \