|
@@ -54,7 +54,7 @@ The `Advanced Options` also allow you to specify a `Base URL` if required.
|
|
|
|
|
|
|
|
## Versions
|
|
## Versions
|
|
|
|
|
|
|
|
-The command above pulls the `0.9` tag, which represents the most recent stable release of OpenHands. You have other options as well:
|
|
|
|
|
|
|
+The command above pulls the most recent stable release of OpenHands. You have other options as well:
|
|
|
- For a specific release, use `ghcr.io/all-hands-ai/openhands:$VERSION`, replacing $VERSION with the version number.
|
|
- For a specific release, use `ghcr.io/all-hands-ai/openhands:$VERSION`, replacing $VERSION with the version number.
|
|
|
- We use semver, and release major, minor, and patch tags. So `0.9` will automatically point to the latest `0.9.x` release, and `0` will point to the latest `0.x.x` release.
|
|
- We use semver, and release major, minor, and patch tags. So `0.9` will automatically point to the latest `0.9.x` release, and `0` will point to the latest `0.x.x` release.
|
|
|
- For the most up-to-date development version, you can use `ghcr.io/all-hands-ai/openhands:main`. This version is unstable and is recommended for testing or development purposes only.
|
|
- For the most up-to-date development version, you can use `ghcr.io/all-hands-ai/openhands:main`. This version is unstable and is recommended for testing or development purposes only.
|