Skip to content

Commit

Permalink
Bookworm now supports stable
Browse files Browse the repository at this point in the history
  • Loading branch information
Salamandar committed Nov 5, 2024
1 parent b29dfbe commit 28a0972
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions update_all_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 28a0972

Please sign in to comment.