mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-01-07 14:05:50 +00:00
Bump golang in /pipelines/shared-helpers/test-binaries-image
Bumps golang from 1.24.4-bullseye to 1.24.5-bullseye. --- updated-dependencies: - dependency-name: golang dependency-version: 1.24.5-bullseye dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
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