From 27c5d2306c308fb9b1addc37fc49f3d7b5258912 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 12:24:36 +0000 Subject: [PATCH] build(deps): bump alpine from 3.20.3 to 3.21.0 (#1026) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e422ee0244..0317cffa6f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -51,7 +51,7 @@ RUN go install cuelang.org/go/cmd/cue@latest WORKDIR /examples ## RELEASE ## -FROM alpine:3.20.3 +FROM alpine:3.21.0 # Install git for protocols that depend on it when using conftest pull RUN apk add --no-cache git