diff --git a/update_all_images.sh b/update_all_images.sh index c955d76..9f00d97 100755 --- a/update_all_images.sh +++ b/update_all_images.sh @@ -24,8 +24,7 @@ for variant in build-and-lint before-install all; do update_image bullseye unstable "$variant" update_image bullseye testing "$variant" - # Bookworm only supports unstable, testing - # update_image bookworm stable "$variant" + update_image bookworm stable "$variant" update_image bookworm unstable "$variant" update_image bookworm testing "$variant" done