From 6c28640a1d260b18ec3991705a56e285188e4757 Mon Sep 17 00:00:00 2001 From: Liu Shilong Date: Tue, 27 Feb 2024 17:54:26 +0800 Subject: [PATCH] [build] Update debootstrap version from deb11u1 to deb11u2 (#18185) Why I did it deb11u1 is deprecated. Use deb11u2 instead. Other branches are not impacted, because their reproducible build version files are up to date. Work item tracking Microsoft ADO (number only): 26964185 How I did it How to verify it --- rules/debootstrap.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/debootstrap.mk b/rules/debootstrap.mk index a74fa22e9faa..d325932ef653 100644 --- a/rules/debootstrap.mk +++ b/rules/debootstrap.mk @@ -1,6 +1,6 @@ # debootstrap package -DEBOOTSTRAP_VERSION = 1.0.123+deb11u1 +DEBOOTSTRAP_VERSION = 1.0.123+deb11u2 export DEBOOTSTRAP_VERSION