mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-04-12 04:27:17 +00:00
Bump golang in /pipelines/shared-helpers/test-binaries-image
Bumps golang from 1.26.1-bookworm to 1.26.2-bookworm. --- updated-dependencies: - dependency-name: golang dependency-version: 1.26.2-bookworm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# Copyright 2020-2026 the Pinniped contributors. All Rights Reserved.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
FROM golang:1.26.1-bookworm as build-env
|
||||
FROM golang:1.26.2-bookworm as build-env
|
||||
WORKDIR /work
|
||||
COPY . .
|
||||
ARG GOPROXY
|
||||
|
||||
@@ -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.26.1-bookworm as build-env
|
||||
FROM golang:1.26.2-bookworm as build-env
|
||||
WORKDIR /work
|
||||
COPY . .
|
||||
ARG GOPROXY
|
||||
|
||||
Reference in New Issue
Block a user