From f35e11d620ecfeae480b22b70f8b460664c5481b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2024 09:48:17 +0100 Subject: [PATCH] build(deps): bump oss/go/microsoft/golang from `aa18f0b` to `41aa137` (#7911) Bumps oss/go/microsoft/golang from `aa18f0b` to `41aa137`. --- updated-dependencies: - dependency-name: oss/go/microsoft/golang dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- cloud-node-manager.Dockerfile | 2 +- e2e.Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 19df493884..69812be895 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:aa18f0b04c5c0f824346957531718393f9724ff6ec471e2bad118d4fd46b40cf AS builder +FROM --platform=linux/amd64 mcr.microsoft.com/oss/go/microsoft/golang:1.23-bullseye@sha256:41aa13789c2fbdf63c87141749c609bcb97d4c16fcaa5347a18b7bc2bab92de8 AS builder ARG ENABLE_GIT_COMMAND=true ARG ARCH=amd64 diff --git a/cloud-node-manager.Dockerfile b/cloud-node-manager.Dockerfile index 8e0a991873..f484448c7c 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:d09538ca02e6d66243c5cae8b637da1dbc42f9682f1022f9ef074a53ca5bf0e4 AS builder +FROM --platform=linux/amd64 mcr.microsoft.com/oss/go/microsoft/golang:1.23@sha256:94ff94672c6a060a837aa9ee0344b653217cd6ca09f339ab8a7856f037301320 AS builder ARG ENABLE_GIT_COMMAND=true ARG ARCH=amd64 diff --git a/e2e.Dockerfile b/e2e.Dockerfile index 77c84fe73f..d37febf8f7 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:aa18f0b04c5c0f824346957531718393f9724ff6ec471e2bad118d4fd46b40cf +FROM mcr.microsoft.com/oss/go/microsoft/golang:1.23-bullseye@sha256:41aa13789c2fbdf63c87141749c609bcb97d4c16fcaa5347a18b7bc2bab92de8 WORKDIR /go/src/sigs.k8s.io/cloud-provider-azure