diff --git a/components/kyma-environment-broker/Dockerfile.job b/components/kyma-environment-broker/Dockerfile.job index ad7ee07ec9..9c9c3d9914 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.1-alpine3.16 AS build +FROM golang:1.20.2-alpine3.16 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 c31bc7f7a5..697e607589 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.1-alpine3.16 AS build +FROM golang:1.20.2-alpine3.16 AS build WORKDIR /go/src/github.com/kyma-project/control-plane/components/kyma-environment-broker