Update to debian bookworm

This commit is contained in:
Ré Schopmeijer
2023-07-24 16:42:23 +02:00
parent 44bfd571bd
commit a537714375
2 changed files with 2 additions and 2 deletions

View File

@@ -197,7 +197,7 @@ install-dokku-from-deb-package() {
OS_ID="bionic"
fi
elif [[ "$DOKKU_DISTRO" == "debian" ]]; then
OS_IDS=("stretch" "buster" "bullseye")
OS_IDS=("stretch" "buster" "bullseye" "bookworm")
if ! in-array "$OS_ID" "${OS_IDS[@]}"; then
OS_ID="bullseye"
fi