From 2e37e36575f0cfad64da4899e543fc12148ab8b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 16:29:56 +0200 Subject: [PATCH] docker(deps): bump golang from 1.22.2-alpine3.18 to 1.22.3-alpine3.18 (#735) Bumps golang from 1.22.2-alpine3.18 to 1.22.3-alpine3.18. --- 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: Wojciech Wrzalik <74771103+ralikio@users.noreply.github.com> --- Dockerfile.job | 2 +- Dockerfile.keb | 2 +- Dockerfile.runtimereconciler | 2 +- Dockerfile.subaccountsync | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile.job b/Dockerfile.job index e85b12bf45..ceb548dc07 100644 --- a/Dockerfile.job +++ b/Dockerfile.job @@ -1,5 +1,5 @@ # Build image -FROM golang:1.22.2-alpine3.18 AS build +FROM golang:1.22.3-alpine3.18 AS build WORKDIR /go/src/github.com/kyma-project/kyma-environment-broker diff --git a/Dockerfile.keb b/Dockerfile.keb index defb76de70..9ba83846db 100644 --- a/Dockerfile.keb +++ b/Dockerfile.keb @@ -1,5 +1,5 @@ # Build image -FROM golang:1.22.2-alpine3.18 AS build +FROM golang:1.22.3-alpine3.18 AS build WORKDIR /go/src/github.com/kyma-project/kyma-environment-broker diff --git a/Dockerfile.runtimereconciler b/Dockerfile.runtimereconciler index f42e90d1de..bebc2aa502 100644 --- a/Dockerfile.runtimereconciler +++ b/Dockerfile.runtimereconciler @@ -1,5 +1,5 @@ # Build image -FROM golang:1.22.2-alpine3.18 AS build +FROM golang:1.22.3-alpine3.18 AS build WORKDIR /go/src/github.com/kyma-project/kyma-environment-broker diff --git a/Dockerfile.subaccountsync b/Dockerfile.subaccountsync index a1205a2f37..218fb27bea 100644 --- a/Dockerfile.subaccountsync +++ b/Dockerfile.subaccountsync @@ -1,5 +1,5 @@ # Build image -FROM golang:1.22.2-alpine3.18 AS build +FROM golang:1.22.3-alpine3.18 AS build WORKDIR /go/src/github.com/kyma-project/kyma-environment-broker