mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-09-19 06:26:44 +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:
+3
-3
@@ -13,7 +13,7 @@
|
||||
# limitations under the License.
|
||||
|
||||
# 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
|
||||
@@ -49,7 +49,7 @@ RUN mkdir -p /output/usr/bin && \
|
||||
go clean -modcache -cache
|
||||
|
||||
# Restic binary build section
|
||||
FROM --platform=$BUILDPLATFORM golang:1.25.10-trixie AS restic-builder
|
||||
FROM --platform=$BUILDPLATFORM golang:1.25.11-trixie AS restic-builder
|
||||
|
||||
ARG GOPROXY
|
||||
ARG BIN
|
||||
@@ -73,7 +73,7 @@ RUN mkdir -p /output/usr/bin && \
|
||||
go clean -modcache -cache
|
||||
|
||||
# Velero image packing section
|
||||
FROM paketobuildpacks/run-jammy-tiny:0.2.129
|
||||
FROM paketobuildpacks/run-jammy-tiny:0.2.139
|
||||
|
||||
LABEL maintainer="Xun Jiang <jxun@vmware.com>"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user