From 48e5035644e3384b63a889a5c1207004aad04def Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Sep 2025 14:02:28 +0000 Subject: [PATCH] chore(deps): bump golang from `a5e935d` to `8305f5f` Bumps golang from `a5e935d` to `8305f5f`. --- updated-dependencies: - dependency-name: golang dependency-version: 1.25.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- Dockerfile.debug | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4b3c3742c7..d53d17263f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ### Standard binary # Build the manager binary -FROM --platform=$BUILDPLATFORM golang:1.25.1@sha256:a5e935dbd8bc3a5ea24388e376388c9a69b40628b6788a81658a801abbec8f2e AS builder +FROM --platform=$BUILDPLATFORM golang:1.25.1@sha256:8305f5fa8ea63c7b5bc85bd223ccc62941f852318ebfbd22f53bbd0b358c07e1 AS builder ARG GOPATH ARG GOCACHE diff --git a/Dockerfile.debug b/Dockerfile.debug index 4583b77887..626afbbacb 100644 --- a/Dockerfile.debug +++ b/Dockerfile.debug @@ -1,5 +1,5 @@ # Build a manager binary with debug symbols and download Delve -FROM --platform=$BUILDPLATFORM golang:1.25.1@sha256:a5e935dbd8bc3a5ea24388e376388c9a69b40628b6788a81658a801abbec8f2e AS builder +FROM --platform=$BUILDPLATFORM golang:1.25.1@sha256:8305f5fa8ea63c7b5bc85bd223ccc62941f852318ebfbd22f53bbd0b358c07e1 AS builder ARG GOPATH ARG GOCACHE @@ -45,7 +45,7 @@ RUN --mount=type=cache,target=$GOPATH/pkg/mod \ ### Debug # Create an image that runs a debug build with Delve installed -FROM --platform=$BUILDPLATFORM golang:1.25.1@sha256:a5e935dbd8bc3a5ea24388e376388c9a69b40628b6788a81658a801abbec8f2e AS debug +FROM --platform=$BUILDPLATFORM golang:1.25.1@sha256:8305f5fa8ea63c7b5bc85bd223ccc62941f852318ebfbd22f53bbd0b358c07e1 AS debug # renovate: datasource=github-releases depName=go-delve/delve RUN go install github.com/go-delve/delve/cmd/dlv@v1.25.2 # We want all source so Delve file location operations work