From 4f143202cdb56b34dd43639c5d78c9d065e34085 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 15:38:03 +0100 Subject: [PATCH] Bump golang from `672a228` to `7026fb7` (#2421) Bumps golang from `672a228` to `7026fb7`. --- 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> --- Dockerfile | 2 +- Dockerfile.asserts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ab71a04fa..9f5afbdab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.21@sha256:672a2286da3ee7a854c3e0a56e0838918d0dbb1c18652992930293312de898a6 as builder +FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.21@sha256:7026fb72cfa9cc112e4d1bf4b35a15cac61a413d0252d06615808e7c987b33a7 as builder WORKDIR /workspace # Copy the Go Modules manifests diff --git a/Dockerfile.asserts b/Dockerfile.asserts index 1674c2f85..43c8ba5c4 100644 --- a/Dockerfile.asserts +++ b/Dockerfile.asserts @@ -1,5 +1,5 @@ # Build the manager binary -FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.21@sha256:672a2286da3ee7a854c3e0a56e0838918d0dbb1c18652992930293312de898a6 as builder +FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.21@sha256:7026fb72cfa9cc112e4d1bf4b35a15cac61a413d0252d06615808e7c987b33a7 as builder WORKDIR /workspace