From 57b2c76bde3882c8a3fa3257ec75c48e79bb58dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 05:04:16 +0000 Subject: [PATCH] docker(deps): bump golang from 1.23.1-alpine3.20 to 1.23.2-alpine3.20 (#1276) Bumps golang from 1.23.1-alpine3.20 to 1.23.2-alpine3.20. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile.globalaccounts | 2 +- Dockerfile.schemamigrator | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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