From d14433ca56631cbc58d7726bf7458803e4cee5e7 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 31 Jan 2023 18:42:08 +0100 Subject: Updating distribution defaults for bookworm in container build scripts. Signed-off-by: Daniel Baumann --- share/build-scripts/debootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/build-scripts/debootstrap') diff --git a/share/build-scripts/debootstrap b/share/build-scripts/debootstrap index 567ee6b..5ab5db2 100755 --- a/share/build-scripts/debootstrap +++ b/share/build-scripts/debootstrap @@ -153,7 +153,7 @@ then fi ARCHITECTURE="${ARCHITECTURE:-$(dpkg --print-architecture)}" -DISTRIBUTION="${DISTRIBUTION:-bullseye}" +DISTRIBUTION="${DISTRIBUTION:-bookworm}" MIRROR="${MIRROR:-https://deb.debian.org/debian}" PASSWORD="${PASSWORD:-$(dd if=/dev/urandom bs=12 count=1 2> /dev/null | base64)}" -- cgit v1.2.3