Bump dependencies

This commit is contained in:
Pinny
2024-01-24 16:59:33 +00:00
parent 6767a07a8d
commit 8c7cda84e1
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
# Copyright 2020-2023 the Pinniped contributors. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0
ARG BUILD_IMAGE=golang:1.21.6@sha256:5f5d61dcb58900bc57b230431b6367c900f9982b583adcabf9fa93fd0aa5544a
ARG BUILD_IMAGE=golang:1.21.6@sha256:76aadd914a29a2ee7a6b0f3389bb2fdb87727291d688e1d972abe6c0fa6f2ee0
ARG BASE_IMAGE=gcr.io/distroless/static:nonroot@sha256:112a87f19e83c83711cc81ce8ed0b4d79acd65789682a6a272df57c4a0858534
# Prepare to cross-compile by always running the build stage in the build platform, not the target platform.