From f422d432c4b67d2612d9c162dbf836da73d3c05a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 11:32:09 +0000 Subject: [PATCH] Update alpine Docker tag to v3.20 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 02ce6d1..85a0981 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ COPY pkg/ pkg/ # Build the controller. RUN make build CGO_ENABLED=0 -FROM alpine:3.19 +FROM alpine:3.20 LABEL source_repository="https://github.com/sapcc/git-cert-shim" WORKDIR /