From 2ec06e4b209b131e763cc492fc2a43e10f84f0d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Dec 2025 01:38:51 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.23 (#367) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile.stress | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.stress b/Dockerfile.stress index 45e8793..61b0f81 100644 --- a/Dockerfile.stress +++ b/Dockerfile.stress @@ -25,7 +25,7 @@ COPY scripts ./scripts RUN cargo build --release --features stress-testing # Runtime stage -FROM alpine:3.22 +FROM alpine:3.23 # Install runtime dependencies RUN apk add --no-cache \