diff --git a/components/kyma-environment-broker/Dockerfile.job b/components/kyma-environment-broker/Dockerfile.job index 6026482354..c1870e8972 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.6-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..b543d89323 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.6-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..4564072f20 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.6-alpine3.17 AS build WORKDIR /go/src/github.com/kyma-project/control-plane/components/kyma-environment-broker