From 1e8c8c05205a65d8853aeab7873c09780df30924 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 14:02:51 +0000 Subject: [PATCH] chore(docker)(deps): bump busybox from 1.36-musl to 1.38-musl Bumps busybox from 1.36-musl to 1.38-musl. --- updated-dependencies: - dependency-name: busybox dependency-version: 1.38-musl dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile.indexer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.indexer b/Dockerfile.indexer index f052c0e..1926e1a 100644 --- a/Dockerfile.indexer +++ b/Dockerfile.indexer @@ -44,7 +44,7 @@ RUN --mount=type=cache,target=/go/pkg/mod \ # --------------------------------------------------------------------------- # Healthcheck binary - minimal wget from busybox for Docker healthchecks # --------------------------------------------------------------------------- -FROM busybox:1.36-musl AS healthcheck +FROM busybox:1.38-musl AS healthcheck # --------------------------------------------------------------------------- # Runtime stage - distroless for minimal attack surface