From 679a1c29836511aa74534270da4fa2b626508315 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 09:08:48 +0000 Subject: [PATCH] chore(deps): bump alpine from 3.22.1 to 3.24.1 Bumps alpine from 3.22.1 to 3.24.1. --- updated-dependencies: - dependency-name: alpine dependency-version: 3.24.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index ac0432be..f33cf5af 100644 --- a/Containerfile +++ b/Containerfile @@ -18,7 +18,7 @@ COPY . . RUN go build -o /bin/api ./cmd/api # ---- Runtime stage ---- -FROM alpine:3.22.1 AS runtime +FROM alpine:3.24.1 AS runtime WORKDIR /app