Bump dependencies

This commit is contained in:
Pinny
2026-09-08 13:05:58 +00:00
parent 3ba58efa59
commit 9f73b35381
8 changed files with 143 additions and 145 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.1@sha256:512690a5660563b57d37ecc31129e7f136e831db2aed24a1dbeb8ad7380dc0fa
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.