Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pipelines/shared-helpers/test-binaries-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down