Преглед изворни кода

Update tag to use in README and docs to 0.7.0 (#2683)

Co-authored-by: Mahmoud Work <mahmoudwork@mahmouds-mini.home>
mamoodi пре 1 година
родитељ
комит
75f3181c08
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 1 1
      README.md
  2. 1 1
      docs/modules/usage/intro.mdx

+ 1 - 1
README.md

@@ -64,7 +64,7 @@ docker run -it \
     -p 3000:3000 \
     -p 3000:3000 \
     --add-host host.docker.internal:host-gateway \
     --add-host host.docker.internal:host-gateway \
     --name opendevin-app-$(date +%Y%m%d%H%M%S) \
     --name opendevin-app-$(date +%Y%m%d%H%M%S) \
-    ghcr.io/opendevin/opendevin:0.6.2
+    ghcr.io/opendevin/opendevin:0.7
 ```
 ```
 
 
 You'll find OpenDevin running at [http://localhost:3000](http://localhost:3000) with access to `./workspace`. To have OpenDevin operate on your code, place it in `./workspace`.
 You'll find OpenDevin running at [http://localhost:3000](http://localhost:3000) with access to `./workspace`. To have OpenDevin operate on your code, place it in `./workspace`.

+ 1 - 1
docs/modules/usage/intro.mdx

@@ -78,7 +78,7 @@ docker run -it \
     -p 3000:3000 \
     -p 3000:3000 \
     --add-host host.docker.internal:host-gateway \
     --add-host host.docker.internal:host-gateway \
     --name opendevin-app-$(date +%Y%m%d%H%M%S) \
     --name opendevin-app-$(date +%Y%m%d%H%M%S) \
-    ghcr.io/opendevin/opendevin:0.6.2
+    ghcr.io/opendevin/opendevin:0.7
 ```
 ```
 
 
 You'll find OpenDevin running at [http://localhost:3000](http://localhost:3000) with access to `./workspace`. To have OpenDevin operate on your code, place it in `./workspace`.
 You'll find OpenDevin running at [http://localhost:3000](http://localhost:3000) with access to `./workspace`. To have OpenDevin operate on your code, place it in `./workspace`.