diff --git a/bootstrap.sh b/bootstrap.sh index d8deb684c6e..8613cbf1d27 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -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 diff --git a/contrib/release-dokku b/contrib/release-dokku index 5cff7f81a0c..cff7282c093 100755 --- a/contrib/release-dokku +++ b/contrib/release-dokku @@ -158,7 +158,7 @@ fn-publish-package() { done DIST=debian - OS_IDS=("buster" "bullseye") + OS_IDS=("buster" "bullseye" "bookworm") for OS_ID in "${OS_IDS[@]}"; do log-info "(release-dokku) pushing ${RELEASE_TYPE} to packagecloud.com/${REPOSITORY}/${DIST}" package_cloud push "${REPOSITORY}/${DIST}/${OS_ID}" "$PACKAGE_NAME"