mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-09-17 05:24:26 +00:00
Bump depedencies to fix CVEs for v1.18.2 (#9919)
* Bump depedencies to fix CVEs for v1.18.2 * Bump base image to paketobuildpacks/run-jammy-tiny:0.2.139 * Bump Golang to 1.25.11-trixie * Bump golang.org/x/crypto to v0.53.0 Signed-off-by: Xun Jiang <xun.jiang@broadcom.com> * Fix GitHub action failures. * Use helm/kind-action to replace engineerd/setup-kind * Update MinIO Dockerfile URL Signed-off-by: Xun Jiang <xun.jiang@broadcom.com> --------- Signed-off-by: Xun Jiang <xun.jiang@broadcom.com>
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@
|
||||
ARG OS_VERSION=1809
|
||||
|
||||
# Velero binary build section
|
||||
FROM --platform=$BUILDPLATFORM golang:1.25.10-trixie AS velero-builder
|
||||
FROM --platform=$BUILDPLATFORM golang:1.25.11-trixie AS velero-builder
|
||||
|
||||
ARG GOPROXY
|
||||
ARG BIN
|
||||
|
||||
Reference in New Issue
Block a user