From 2dea6b7d715739cbf344678bbb7f5f62ee884003 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 10 Sep 2025 21:52:07 +0000 Subject: [PATCH] Update base image to fix glibc vulnerabilities CVE-2023-4813 and CVE-2024-33600 Co-authored-by: kaovilai <11228024+kaovilai@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 94d7ceb9c..26e4e64e0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -73,7 +73,7 @@ RUN mkdir -p /output/usr/bin && \ go clean -modcache -cache # Velero image packing section -FROM paketobuildpacks/run-jammy-tiny:latest +FROM paketobuildpacks/run-jammy-tiny:0.2.73 LABEL maintainer="Xun Jiang "