From ae5d58ce1cf7dd87e18f7132fcc842277a913262 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 13:12:19 +0000 Subject: [PATCH] docker(deps): bump alpine in /components/kyma-environment-broker Bumps alpine from 3.16 to 3.17. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- components/kyma-environment-broker/Dockerfile.sac | 2 +- components/kyma-environment-broker/Dockerfile.tcj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/kyma-environment-broker/Dockerfile.sac b/components/kyma-environment-broker/Dockerfile.sac index 66730d8d37..5e1f136008 100644 --- a/components/kyma-environment-broker/Dockerfile.sac +++ b/components/kyma-environment-broker/Dockerfile.sac @@ -16,7 +16,7 @@ FROM alpine:latest as certs RUN apk --update add ca-certificates # Final image -FROM alpine:3.16.2 +FROM alpine:3.17.2 LABEL source = git@github.com:kyma-project/control-plane.git RUN apk --no-cache add --update openssl openssl-dev --repository=https://dl-cdn.alpinelinux.org/alpine/edge/main diff --git a/components/kyma-environment-broker/Dockerfile.tcj b/components/kyma-environment-broker/Dockerfile.tcj index e85cafeebe..fb71e90ac1 100644 --- a/components/kyma-environment-broker/Dockerfile.tcj +++ b/components/kyma-environment-broker/Dockerfile.tcj @@ -12,11 +12,11 @@ COPY go.sum go.sum RUN CGO_ENABLED=0 go build -o /app/trialcleanup ./cmd/trialcleanup/main.go # Get latest CA certs -FROM alpine:3.16 as certs +FROM alpine:3.17 as certs RUN apk --update add ca-certificates # Final image -FROM alpine:3.16.2 +FROM alpine:3.17.2 LABEL source = git@github.com:kyma-project/control-plane.git RUN apk --no-cache add --update openssl openssl-dev --repository=https://dl-cdn.alpinelinux.org/alpine/edge/main