diff --git a/docs/SELF-HOSTING.md b/docs/SELF-HOSTING.md index f9f8aa02..32f09f52 100644 --- a/docs/SELF-HOSTING.md +++ b/docs/SELF-HOSTING.md @@ -115,7 +115,7 @@ As part of the setup, you'll need to: 1. Create a Daytona account 2. Generate an API key 3. Create a Docker image: - - Image name: `kortix/suna:0.1.2` + - Image name: `kortix/suna:0.1.2.8` - Entrypoint: `/usr/bin/supervisord -n -c /etc/supervisor/conf.d/supervisord.conf` ## Manual Configuration diff --git a/setup.py b/setup.py index d0d2bb0b..e3478398 100644 --- a/setup.py +++ b/setup.py @@ -193,7 +193,7 @@ def collect_daytona_info(): print_info("Then, generate an API key from 'Keys' menu") print_info("After that, go to Images (https://app.daytona.io/dashboard/images)") print_info("Click '+ Create Image'") - print_info(f"Enter 'kortix/suna:0.1.2' as the image name") + print_info(f"Enter 'kortix/suna:0.1.2.8' as the image name") print_info(f"Set '/usr/bin/supervisord -n -c /etc/supervisor/conf.d/supervisord.conf' as the Entrypoint") input("Press Enter to continue once you've completed these steps...")