From ecc09fb483258aafa6bb17f0e03ff18020fbff1e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 02:18:33 +0000 Subject: [PATCH] Update alpine Docker tag to v3.18.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9a16daf..a260782 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.18.3 +FROM alpine:3.18.4 RUN apk add --no-cache ca-certificates tzdata tini unbound bind-tools && \ wget https://www.internic.net/domain/named.root -O /etc/unbound/root.hints && \