Add Debian Bookworm images

This commit is contained in:
Clemens Beck 2024-01-18 10:20:04 +00:00 committed by Balasankar 'Balu' C
parent 5cc9de6b26
commit db6f2daec2
10 changed files with 55 additions and 24 deletions

View file

@ -93,8 +93,8 @@ function print_chrome_args() {
CHROMIUM_VERSION=119.0.6045.159-1
;;
120|120.0)
CHROME_VERSION=120.0.6099.199-1
CHROMIUM_VERSION=120.0.6099.199-1
CHROME_VERSION=120.0.6099.216-1
CHROMIUM_VERSION=120.0.6099.216-1
;;
*) fail "Unknown chrome version $1" ;;
esac
@ -417,7 +417,7 @@ if [[ -n "$OS" ]]; then
elif [[ -n "$UBI" ]]; then
unset DEBIAN
else
DEBIAN=${DEBIAN:-bullseye}
DEBIAN=${DEBIAN:-bookworm}
fi
build_custom_if_needed $@