diff --git a/Dockerfile b/Dockerfile index 8e15ec08bd..97ea053828 100644 --- a/Dockerfile +++ b/Dockerfile @@ -51,7 +51,7 @@ RUN go install cuelang.org/go/cmd/cue@latest WORKDIR /examples ## RELEASE ## -FROM alpine:3.19.0 +FROM alpine:3.19.1 # Install git for protocols that depend on it when using conftest pull RUN apk add --no-cache git