From 0065f389e05084c9222f4cef46671489bdbf2b1b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 21:36:57 +0000 Subject: [PATCH] Update alpine Docker tag to v3.24 --- testing/docker/alpine.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/docker/alpine.Dockerfile b/testing/docker/alpine.Dockerfile index 04f6e22..03178df 100644 --- a/testing/docker/alpine.Dockerfile +++ b/testing/docker/alpine.Dockerfile @@ -1,5 +1,5 @@ # Alpine test container for go-syspkg -FROM alpine:3.23 +FROM alpine:3.24 # Install build dependencies and apk package manager RUN apk add --no-cache \