Browse Source

Bump docker version (#2479)

மனோஜ்குமார் பழனிச்சாமி 1 năm trước cách đây
mục cha
commit
5ae647f5c2
2 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 2 2
      README.md
  2. 1 1
      docs/modules/usage/intro.mdx

+ 2 - 2
README.md

@@ -67,7 +67,7 @@ docker run -it \
     -p 3000:3000 \
     --add-host host.docker.internal:host-gateway \
     --name opendevin-app-$(date +%Y%m%d%H%M%S) \
-    ghcr.io/opendevin/opendevin:0.6
+    ghcr.io/opendevin/opendevin:0.6.2
 ```
 
 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`.
@@ -141,4 +141,4 @@ Distributed under the MIT License. See [`LICENSE`](./LICENSE) for more informati
   howpublished = {\url{https://github.com/OpenDevin/OpenDevin}},
   note         = {Accessed: ENTER THE DATE YOU ACCESSED THE PROJECT}
 }
-```
+```

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

@@ -80,7 +80,7 @@ docker run -it \
     -p 3000:3000 \
     --add-host host.docker.internal:host-gateway \
     --name opendevin-app-$(date +%Y%m%d%H%M%S) \
-    ghcr.io/opendevin/opendevin:0.6
+    ghcr.io/opendevin/opendevin:0.6.2
 ```
 
 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`.