Skip to content

Commit

Permalink
ci: change version of code interpreter
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas2D committed Sep 5, 2024
1 parent ea07829 commit 2a632cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
services:
bee-code-interpreter:
image: "iambeeagent/bee-code-interpreter:0.0.4"
image: "iambeeagent/bee-code-interpreter:0.0.5"
environment:
KUBECONFIG: /root/kubeconfig.yaml
APP_EXECUTOR_IMAGE: "iambeeagent/bee-code-executor:0.0.4"
APP_EXECUTOR_IMAGE: "iambeeagent/bee-code-executor:0.0.5"
APP_EXECUTOR_CONTAINER_RESOURCES: "{}"
APP_FILE_STORAGE_PATH: "/storage"
volumes:
Expand Down

0 comments on commit 2a632cd

Please sign in to comment.