diff --git a/bin/deploy-insiders b/bin/deploy-insiders index ca0e2b021..9a03fdd45 100755 --- a/bin/deploy-insiders +++ b/bin/deploy-insiders @@ -2,7 +2,7 @@ set -e -export KARRIO_TAG="${KARRIO_TAG:-2024.9.15}" +export KARRIO_TAG="${KARRIO_TAG:-2024.12rc10}" export SENTRY_DSN="${SENTRY_DSN:-'https://public@sentry.example.com/1'}" SECRET_KEY=$(head -c 28 /dev/urandom | sha224sum -b | head -c 56)