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