From 2b22f6b1ab1c3a97e5eb721afa9cc2e4d9e45fb8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 26 Aug 2024 01:09:46 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.20 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e9ab9d09..45e099b4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,7 @@ RUN shellOpVer=$(go list -m all | grep shell-operator | cut -d' ' -f 2-) \ ./cmd/addon-operator # Final image -FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.16 +FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.20@sha256:0a4eaa0eecf5f8c050e5bba433f58c052be7587ee8af3e8b3910ef9ab5fbe9f5 ARG TARGETPLATFORM # kubectl url has no variant (v7) # helm url has dashes and no variant (v7)