From ac6aa38d0686227346db63009f36da24f13cd2f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 09:04:02 +0000 Subject: [PATCH] Update alpine Docker tag to v3.23.4 --- tools/sftd_disco/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/sftd_disco/Dockerfile b/tools/sftd_disco/Dockerfile index 011aac9c6a1..69b0fa8f7e6 100644 --- a/tools/sftd_disco/Dockerfile +++ b/tools/sftd_disco/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.21.3 +FROM alpine:3.23.4 RUN apk add --no-cache curl bash openssl bind-tools jq