From f15886ccd915291862623164a89a80b441d71930 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 17:45:41 +0000 Subject: [PATCH] build(deps): bump oss/go/microsoft/golang from `b3cc516` to `49a7faf` Bumps oss/go/microsoft/golang from `b3cc516` to `49a7faf`. --- updated-dependencies: - dependency-name: oss/go/microsoft/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 a3128c8c8b..9f342640fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ # syntax=docker/dockerfile:1 -FROM --platform=linux/amd64 mcr.microsoft.com/oss/go/microsoft/golang:1.23-bullseye@sha256:b3cc516e58b4fac7bbf2f1f4f2fe34084b42d80627e2edd084306723ce2fc714 AS builder +FROM --platform=linux/amd64 mcr.microsoft.com/oss/go/microsoft/golang:1.23-bullseye@sha256:49a7faf0a8fe044bee99b5552d86b634445c4800552d11dfc8486f44d9af3a03 AS builder ARG ENABLE_GIT_COMMAND=true ARG ARCH=amd64 diff --git a/cloud-node-manager.Dockerfile b/cloud-node-manager.Dockerfile index 63d4d72bad..2cd636806c 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 mcr.microsoft.com/oss/go/microsoft/golang:1.23@sha256:5edb3aa8da540935919e5657c62cdcae6054c3e79901ec16fb16e7659927aa31 AS builder +FROM --platform=linux/amd64 mcr.microsoft.com/oss/go/microsoft/golang:1.23@sha256:a03ce2493638a9af821b4e55d20c8f992c670453365c6cc80adc6bccc17ded0a AS builder ARG ENABLE_GIT_COMMAND=true ARG ARCH=amd64 diff --git a/e2e.Dockerfile b/e2e.Dockerfile index 3f03ef0dc4..9ea03e8e37 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 mcr.microsoft.com/oss/go/microsoft/golang:1.23-bullseye@sha256:b3cc516e58b4fac7bbf2f1f4f2fe34084b42d80627e2edd084306723ce2fc714 +FROM mcr.microsoft.com/oss/go/microsoft/golang:1.23-bullseye@sha256:49a7faf0a8fe044bee99b5552d86b634445c4800552d11dfc8486f44d9af3a03 WORKDIR /go/src/sigs.k8s.io/cloud-provider-azure