Merge pull request #2248 from vmware-tanzu/dependabot/docker/pipelines/shared-helpers/test-binaries-image/ci/golang-1.24.1-bullseye

Bump golang from 1.24.0-bullseye to 1.24.1-bullseye in /pipelines/shared-helpers/test-binaries-image
This commit is contained in:
Joshua Casey
2025-03-05 12:52:32 -06:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
# test binaries built by this dockerfile are run in a container built by dockerfiles/integration-test-runner/Dockerfile
# which uses google/cloud-sdk as the base image. Mismatching debian versions causes the pinniped-integration-test
# built below to error upon execution complaining that the expected version of GLIBC is not found.
FROM golang:1.24.0-bullseye as build-env
FROM golang:1.24.1-bullseye as build-env
WORKDIR /work
COPY . .
ARG GOPROXY

View File

@@ -10,7 +10,7 @@
# test binaries built by this dockerfile are run in a container built by dockerfiles/integration-test-runner/Dockerfile
# which uses google/cloud-sdk as the base image. Mismatching debian versions causes the pinniped-integration-test
# built below to error upon execution complaining that the expected version of GLIBC is not found.
FROM golang:1.24.0-bullseye as build-env
FROM golang:1.24.1-bullseye as build-env
WORKDIR /work
COPY . .
ARG GOPROXY