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" \