From 9d7104b7827f7e9e15a81285ddb1e5b09f026243 Mon Sep 17 00:00:00 2001 From: Gertjan Krol Date: Tue, 14 May 2024 08:10:05 +0000 Subject: [PATCH] Updated Unbound to 1.20.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cd21064..0c4d783 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.15.5 -ARG UNBOUND_VERSION=1.19.0 +ARG UNBOUND_VERSION=1.20.0 # Install dependencies and build unbound, clean up after RUN apk --update add --no-cache alpine-sdk bison dns-root-hints expat-dev flex git openssl-dev && \