From 09edb22b0c3754e724e96ef1ffba93454faa2c7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 09:08:27 +0000 Subject: [PATCH] docker(deps): bump golang from 1.23.4-alpine3.20 to 1.23.5-alpine3.20 (#1652) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps golang from 1.23.4-alpine3.20 to 1.23.5-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> Co-authored-by: Piotr Miƛkiewicz --- Dockerfile.globalaccounts | 2 +- Dockerfile.job | 2 +- Dockerfile.keb | 2 +- Dockerfile.runtimereconciler | 2 +- Dockerfile.schemamigrator | 2 +- Dockerfile.subaccountsync | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile.globalaccounts b/Dockerfile.globalaccounts index 02a2691a5c..a90277ceea 100644 --- a/Dockerfile.globalaccounts +++ b/Dockerfile.globalaccounts @@ -1,5 +1,5 @@ # Build image -FROM golang:1.23.4-alpine3.20 AS build +FROM golang:1.23.5-alpine3.20 AS build WORKDIR /go/src/github.com/kyma-project/kyma-environment-broker diff --git a/Dockerfile.job b/Dockerfile.job index 815c6550f0..87b811f3d7 100644 --- a/Dockerfile.job +++ b/Dockerfile.job @@ -1,5 +1,5 @@ # Build image -FROM golang:1.23.4-alpine3.20 AS build +FROM golang:1.23.5-alpine3.20 AS build WORKDIR /go/src/github.com/kyma-project/kyma-environment-broker diff --git a/Dockerfile.keb b/Dockerfile.keb index 4ff809a29f..a1f86af360 100644 --- a/Dockerfile.keb +++ b/Dockerfile.keb @@ -1,5 +1,5 @@ # Build image -FROM golang:1.23.4-alpine3.20 AS build +FROM golang:1.23.5-alpine3.20 AS build WORKDIR /go/src/github.com/kyma-project/kyma-environment-broker diff --git a/Dockerfile.runtimereconciler b/Dockerfile.runtimereconciler index 8ec3b25ccc..42ba6f4806 100644 --- a/Dockerfile.runtimereconciler +++ b/Dockerfile.runtimereconciler @@ -1,5 +1,5 @@ # Build image -FROM golang:1.23.4-alpine3.20 AS build +FROM golang:1.23.5-alpine3.20 AS build WORKDIR /go/src/github.com/kyma-project/kyma-environment-broker diff --git a/Dockerfile.schemamigrator b/Dockerfile.schemamigrator index 7a5bc66f28..c9de287169 100644 --- a/Dockerfile.schemamigrator +++ b/Dockerfile.schemamigrator @@ -1,5 +1,5 @@ # Build image -FROM golang:1.23.4-alpine3.20 AS build +FROM golang:1.23.5-alpine3.20 AS build WORKDIR /go/src/github.com/kyma-project/kyma-environment-broker diff --git a/Dockerfile.subaccountsync b/Dockerfile.subaccountsync index bde47b1a34..bcc2d41216 100644 --- a/Dockerfile.subaccountsync +++ b/Dockerfile.subaccountsync @@ -1,5 +1,5 @@ # Build image -FROM golang:1.23.4-alpine3.20 AS build +FROM golang:1.23.5-alpine3.20 AS build WORKDIR /go/src/github.com/kyma-project/kyma-environment-broker