```diff
--- test_files/539-original.txt	2025-03-07 19:07:07
+++ test_files/539-modified.txt	2025-03-07 19:07:07
@@ -1,7 +1,6 @@
 ---
 title: "Workspace Environments"
 sidebarTitle: "Workspace Environments"
-icon: "server"
 description: "Configure and utilize different workspace environments for running your agents securely and with custom configurations."
 ---
 
\ No newline at end of file
@@ -187,7 +186,7 @@
 ```python Python
 composio_toolset = ComposioToolSet(
     workspace_config=WorkspaceType.FlyIO(
-        image="angrybayblade/composio:dev",
+        image="composio/composio:latest",
         ports=[{
             "ports": [{"port": 443, "handlers": ["tls", "http"]}],
             "internal_port": 80,
\ No newline at end of file
```
