mirror of
https://github.com/dokku/dokku.git
synced 2025-12-16 03:57:43 +01:00
Update to debian bookworm
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user