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 \