Merge pull request #2716 from vmware/dependabot/docker/pipelines/shared-helpers/test-binaries-image/ci/golang-1.25.4-bookworm

Bump golang from 1.25.3-bookworm to 1.25.4-bookworm in /pipelines/shared-helpers/test-binaries-image
This commit is contained in:
Joshua Casey
2025-11-06 07:37:34 -06:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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