diff --git a/Dockerfile.globalaccounts b/Dockerfile.globalaccounts index 427e388ad3..b3b0819541 100644 --- a/Dockerfile.globalaccounts +++ b/Dockerfile.globalaccounts @@ -1,5 +1,5 @@ # Build image -FROM golang:1.23.1-alpine3.20 AS build +FROM golang:1.23.2-alpine3.20 AS build WORKDIR /go/src/github.com/kyma-project/kyma-environment-broker diff --git a/Dockerfile.schemamigrator b/Dockerfile.schemamigrator index d677f52758..8ff7982f3b 100644 --- a/Dockerfile.schemamigrator +++ b/Dockerfile.schemamigrator @@ -1,5 +1,5 @@ # Build image -FROM golang:1.23.1-alpine3.20 AS build +FROM golang:1.23.2-alpine3.20 AS build WORKDIR /go/src/github.com/kyma-project/kyma-environment-broker