diff --git a/Dockerfile b/Dockerfile index 212ce34a5..6c336d8d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -51,7 +51,7 @@ RUN go install cuelang.org/go/cmd/cue@latest WORKDIR /examples ## RELEASE ## -FROM alpine:3.24.0 +FROM alpine:3.24.1 # Install git for protocols that depend on it when using conftest pull RUN apk add --no-cache git