diff --git a/components/kyma-environment-broker/Dockerfile.job b/components/kyma-environment-broker/Dockerfile.job index 6026482354..be9c42c270 100644 --- a/components/kyma-environment-broker/Dockerfile.job +++ b/components/kyma-environment-broker/Dockerfile.job @@ -1,5 +1,5 @@ # Build image -FROM golang:1.20.4-alpine3.17 AS build +FROM golang:1.20.7-alpine3.17 AS build WORKDIR /go/src/github.com/kyma-project/control-plane/components/kyma-environment-broker diff --git a/components/kyma-environment-broker/Dockerfile.keb b/components/kyma-environment-broker/Dockerfile.keb index da8426f5ab..18d964d52c 100644 --- a/components/kyma-environment-broker/Dockerfile.keb +++ b/components/kyma-environment-broker/Dockerfile.keb @@ -1,5 +1,5 @@ # Build image -FROM golang:1.20.4-alpine3.17 AS build +FROM golang:1.20.7-alpine3.17 AS build WORKDIR /go/src/github.com/kyma-project/control-plane/components/kyma-environment-broker diff --git a/components/kyma-environment-broker/Dockerfile.runtimereconciler b/components/kyma-environment-broker/Dockerfile.runtimereconciler index 095d3596e0..ac131f95d9 100644 --- a/components/kyma-environment-broker/Dockerfile.runtimereconciler +++ b/components/kyma-environment-broker/Dockerfile.runtimereconciler @@ -1,5 +1,5 @@ # Build image -FROM golang:1.20.4-alpine3.17 AS build +FROM golang:1.20.7-alpine3.17 AS build WORKDIR /go/src/github.com/kyma-project/control-plane/components/kyma-environment-broker