From c51e0dbd30f99aca24e6a09ee488a71a838ec457 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jan 2025 17:33:19 +0000 Subject: [PATCH] build(deps): bump golang from `6d4cbf0` to `bc4e428` Bumps golang from `6d4cbf0` to `bc4e428`. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- cloud-node-manager.Dockerfile | 2 +- e2e.Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index cc2f0973c0..71426969b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ # syntax=docker/dockerfile:1 -FROM --platform=linux/amd64 golang:1.23-bullseye@sha256:6d4cbf0b3900afa3e4460ca995b6c351370ce8d2d44b7a964dc521ab640e1a88 AS builder +FROM --platform=linux/amd64 golang:1.23-bullseye@sha256:462521f1b7cbf410002a8cc4d91bc897f35cd430854d7240596282f9441fe4a7 AS builder ARG ENABLE_GIT_COMMAND=true ARG ARCH=amd64 diff --git a/cloud-node-manager.Dockerfile b/cloud-node-manager.Dockerfile index e50143b0ab..4798de4316 100644 --- a/cloud-node-manager.Dockerfile +++ b/cloud-node-manager.Dockerfile @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM --platform=linux/amd64 golang:1.23-bullseye@sha256:6d4cbf0b3900afa3e4460ca995b6c351370ce8d2d44b7a964dc521ab640e1a88 AS builder +FROM --platform=linux/amd64 golang:1.23-bullseye@sha256:462521f1b7cbf410002a8cc4d91bc897f35cd430854d7240596282f9441fe4a7 AS builder ARG ENABLE_GIT_COMMAND=true ARG ARCH=amd64 diff --git a/e2e.Dockerfile b/e2e.Dockerfile index a17affdab5..4b87fde464 100644 --- a/e2e.Dockerfile +++ b/e2e.Dockerfile @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.23-bullseye@sha256:6d4cbf0b3900afa3e4460ca995b6c351370ce8d2d44b7a964dc521ab640e1a88 +FROM golang:1.23-bullseye@sha256:462521f1b7cbf410002a8cc4d91bc897f35cd430854d7240596282f9441fe4a7 WORKDIR /go/src/sigs.k8s.io/cloud-provider-azure