mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-01-08 23:23:39 +00:00
Merge pull request #2481 from vmware/dependabot/docker/pipelines/shared-helpers/test-binaries-image/ci/golang-1.24.5-bullseye
Bump golang from 1.24.4-bullseye to 1.24.5-bullseye in /pipelines/shared-helpers/test-binaries-image
This commit is contained in:
@@ -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.4-bullseye as build-env
|
||||
FROM golang:1.24.5-bullseye as build-env
|
||||
WORKDIR /work
|
||||
COPY . .
|
||||
ARG GOPROXY
|
||||
|
||||
@@ -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.4-bullseye as build-env
|
||||
FROM golang:1.24.5-bullseye as build-env
|
||||
WORKDIR /work
|
||||
COPY . .
|
||||
ARG GOPROXY
|
||||
|
||||
Reference in New Issue
Block a user