From f9d58ada3392ea5b582c44181557563618bf3cb2 Mon Sep 17 00:00:00 2001 From: allenxu404 Date: Thu, 16 Nov 2023 15:01:28 +0800 Subject: [PATCH] Bump up Velero base image to latest patch release Signed-off-by: allenxu404 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4290017ff9..a167bc4bba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -70,7 +70,7 @@ RUN mkdir -p /output/usr/bin && \ go clean -modcache -cache # Velero image packing section -FROM paketobuildpacks/run-jammy-tiny:0.2.5 +FROM paketobuildpacks/run-jammy-tiny:0.2.11 LABEL maintainer="Xun Jiang "