Bump dependencies

This commit is contained in:
Pinny
2026-08-31 13:12:03 +00:00
parent 3ba58efa59
commit b8766aa1c7
4 changed files with 112 additions and 117 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
# Copyright 2020-2026 the Pinniped contributors. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0
ARG BUILD_IMAGE=golang:1.27.0@sha256:0ecdc2a9f6156af6451080bfe3d8382a662fcc4e209608c6f919e643453514c1
ARG BUILD_IMAGE=golang:1.27.0@sha256:4013ae0f9e7994f8535c58c811f8f863fbed38b72e0d51e6592156f758d66146
ARG BASE_IMAGE=gcr.io/distroless/static:nonroot@sha256:1c2c046bc09ed40fad370b599a0b1ae7987f55b01e247cf27a7c27cd97e5bbc7
# Prepare to cross-compile by always running the build stage in the build platform, not the target platform.