From 4d267d2b2d43e0b04f44492e2e755f49963cd118 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 11:33:12 +0000 Subject: [PATCH] operator(deps): bump kyma-project/prod/external/library/alpine from 3.21.2 to 3.21.3 in /components/operator (#1463) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- components/operator/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/operator/Dockerfile b/components/operator/Dockerfile index 23b5e2dfd..f5e4e0ece 100644 --- a/components/operator/Dockerfile +++ b/components/operator/Dockerfile @@ -24,7 +24,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o operator ./components/o # Replace main images in values.yaml # Bumping serverless images in the values.yaml - used for building "local" and "dev" images -FROM europe-docker.pkg.dev/kyma-project/prod/external/library/alpine:3.21.2 as replacer +FROM europe-docker.pkg.dev/kyma-project/prod/external/library/alpine:3.21.3 as replacer WORKDIR /workdir