From 2e5faff26ce7dd3a2e8e288ae0bccc7946b3f47d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 02:38:49 +0000 Subject: [PATCH] build(deps): bump alpine from 3.19 to 3.23 in /infra/bolt-proxy Bumps alpine from 3.19 to 3.23. --- updated-dependencies: - dependency-name: alpine dependency-version: '3.23' 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..dde7e0f 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.23 RUN apk add --no-cache ca-certificates wget COPY --from=builder /bolt-proxy /usr/local/bin/bolt-proxy