From fc423c80df61256a663901a6f01a92e5aa8f8faf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Feb 2023 01:22:13 +0000 Subject: [PATCH] docker(deps): bump kyma-project/external/alpine Bumps kyma-project/external/alpine from 3.14.2 to 3.17.2. --- updated-dependencies: - dependency-name: kyma-project/external/alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- components/central-application-gateway/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/central-application-gateway/Dockerfile b/components/central-application-gateway/Dockerfile index bfb6a8ac3f40..ee62d0074aa5 100644 --- a/components/central-application-gateway/Dockerfile +++ b/components/central-application-gateway/Dockerfile @@ -15,7 +15,7 @@ RUN echo "nobody:x:65534:5534:nobody:/:" > /etc_passwd RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o applicationgateway ./cmd/applicationgateway -FROM eu.gcr.io/kyma-project/external/alpine:3.14.2 as certs +FROM eu.gcr.io/kyma-project/external/alpine:3.17.2 as certs RUN apk add -U --no-cache ca-certificates FROM scratch