diff --git a/Dockerfile b/Dockerfile index b9709dce4..bce5bf245 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.1 +FROM alpine:3.20.0 # Install git for protocols that depend on it when using conftest pull RUN apk add --no-cache git