diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2023-01-31 17:46:18 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2023-01-31 17:59:32 +0000 |
commit | 6b93ef249b259ef7a37ea063ae479d95b495f045 (patch) | |
tree | 9aecc6531bd354b5c7585d1b157c6963e78c8bd6 /share/doc/examples/container-images.sh | |
parent | Updating references in manpages for bookworm. (diff) | |
download | compute-tools-6b93ef249b259ef7a37ea063ae479d95b495f045.tar.xz compute-tools-6b93ef249b259ef7a37ea063ae479d95b495f045.zip |
Updating examples for bookworm.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'share/doc/examples/container-images.sh')
-rwxr-xr-x | share/doc/examples/container-images.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/doc/examples/container-images.sh b/share/doc/examples/container-images.sh index 27c05fc..b711048 100755 --- a/share/doc/examples/container-images.sh +++ b/share/doc/examples/container-images.sh @@ -24,7 +24,7 @@ set -e ARCHITECTURES="amd64 i386" -DISTRIBUTIONS="stretch buster bullseye sid" +DISTRIBUTIONS="buster bullseye bookworm sid" MIRROR="https://deb.debian.org/debian" INCLUDE="dbus" |