Merge pull request #8922 from Lyndon-Li/release-1.16
Some checks failed
Run the E2E test on kind / build (push) Failing after 6m26s
Run the E2E test on kind / setup-test-matrix (push) Successful in 2s
Run the E2E test on kind / run-e2e-test (push) Has been skipped
Main CI / Build (push) Failing after 32s

Bump up base image
This commit is contained in:
lyndon-li
2025-05-09 17:41:34 +08:00
committed by GitHub

View File

@@ -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.57
FROM paketobuildpacks/run-jammy-tiny:0.2.60
LABEL maintainer="Xun Jiang <jxun@vmware.com>"