From e1ddbb6eec85cde7a6efed13f66e887c56334a80 Mon Sep 17 00:00:00 2001 From: Florent Daigniere Date: Thu, 19 Aug 2021 15:33:26 +0200 Subject: [PATCH] Rollback to alpine 1.12 it ships unbound 1.10 that doesn't have the bug I think https://github.com/NLnetLabs/unbound/commit/08968baec1122a58bb90d8f97ad948a75f8a5d69 --- optional/unbound/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/optional/unbound/Dockerfile b/optional/unbound/Dockerfile index 2b472d44..abb45420 100644 --- a/optional/unbound/Dockerfile +++ b/optional/unbound/Dockerfile @@ -1,4 +1,4 @@ -ARG DISTRO=alpine:3.14 +ARG DISTRO=alpine:3.12 FROM $DISTRO # python3 shared with most images RUN apk add --no-cache \