From c14f198573a3934cf29485e71dc6a338a7e90328 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 07:22:58 +0000 Subject: [PATCH] build(deps): bump alpine from 3.19 to 3.24 in /infra/bolt-proxy Bumps alpine from 3.19 to 3.24. --- updated-dependencies: - dependency-name: alpine dependency-version: '3.24' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- infra/bolt-proxy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/bolt-proxy/Dockerfile b/infra/bolt-proxy/Dockerfile index 764ddac..06074cf 100644 --- a/infra/bolt-proxy/Dockerfile +++ b/infra/bolt-proxy/Dockerfile @@ -8,7 +8,7 @@ RUN go mod download 2>/dev/null || true COPY *.go ./ RUN CGO_ENABLED=0 GOOS=linux go build -o /bolt-proxy . -FROM alpine:3.19 +FROM alpine:3.24 RUN apk add --no-cache ca-certificates wget COPY --from=builder /bolt-proxy /usr/local/bin/bolt-proxy