From 5bf2ee354a1ac1d6a0d56af679f1b5750bb8b567 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 18:05:36 +0000 Subject: [PATCH] chore(deps): Bump alpine from 3.23 to 3.24 Bumps alpine from 3.23 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] --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index d553fff..d422013 100644 --- a/Containerfile +++ b/Containerfile @@ -56,7 +56,7 @@ RUN --mount=type=cache,target=/usr/local/cargo/registry \ # Stage 2: Runtime # ------------------------------------------------------------------------------ -FROM alpine:3.23 +FROM alpine:3.24 LABEL org.opencontainers.image.source="https://github.com/praxis-proxy/benchmarks" \ org.opencontainers.image.description="Generic Praxis proxy benchmark runner" \