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