From dbb97f04b5e95bd06615388ad37fdba94ea1bf65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 01:12:53 +0000 Subject: [PATCH] Bump golang in /pipelines/shared-helpers/test-binaries-image Bumps golang from 1.25.3-bookworm to 1.25.4-bookworm. --- updated-dependencies: - dependency-name: golang dependency-version: 1.25.4-bookworm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pipelines/shared-helpers/test-binaries-image/Dockerfile | 2 +- pipelines/shared-helpers/test-binaries-image/Dockerfile_fips | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pipelines/shared-helpers/test-binaries-image/Dockerfile b/pipelines/shared-helpers/test-binaries-image/Dockerfile index 799a807b0..71d64950d 100644 --- a/pipelines/shared-helpers/test-binaries-image/Dockerfile +++ b/pipelines/shared-helpers/test-binaries-image/Dockerfile @@ -3,7 +3,7 @@ # Copyright 2020-2025 the Pinniped contributors. All Rights Reserved. # SPDX-License-Identifier: Apache-2.0 -FROM golang:1.25.3-bookworm as build-env +FROM golang:1.25.4-bookworm as build-env WORKDIR /work COPY . . ARG GOPROXY diff --git a/pipelines/shared-helpers/test-binaries-image/Dockerfile_fips b/pipelines/shared-helpers/test-binaries-image/Dockerfile_fips index 4c04abee5..c0e3c4ae9 100644 --- a/pipelines/shared-helpers/test-binaries-image/Dockerfile_fips +++ b/pipelines/shared-helpers/test-binaries-image/Dockerfile_fips @@ -6,7 +6,7 @@ # we need a separate dockerfile for the fips test image so that the integration tests # use the right ciphers etc. -FROM golang:1.25.3-bookworm as build-env +FROM golang:1.25.4-bookworm as build-env WORKDIR /work COPY . . ARG GOPROXY