From 6f6745b420d4171c3d19126cc5efd7738447685f Mon Sep 17 00:00:00 2001 From: andong3 Date: Fri, 15 Aug 2025 05:43:59 +0000 Subject: [PATCH] docs(self-hosting): update Daytona image version to 0.1.3.1 Update SELF-HOSTING.md to reflect the current Daytona image version used in the codebase (kortix/suna:0.1.3.1) instead of the outdated version (kortix/suna:0.1.3) which was causing setup failures. --- docs/SELF-HOSTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/SELF-HOSTING.md b/docs/SELF-HOSTING.md index c1fd77aa..651410c5 100644 --- a/docs/SELF-HOSTING.md +++ b/docs/SELF-HOSTING.md @@ -127,8 +127,8 @@ As part of the setup, you'll need to: 1. Create a Daytona account 2. Generate an API key 3. Create a Snapshot: - - Name: `kortix/suna:0.1.3` - - Image name: `kortix/suna:0.1.3` + - Name: `kortix/suna:0.1.3.1` + - Image name: `kortix/suna:0.1.3.1` - Entrypoint: `/usr/bin/supervisord -n -c /etc/supervisor/conf.d/supervisord.conf` ## Manual Configuration