Skip to content

Commit

Permalink
feat: upgrade image version
Browse files Browse the repository at this point in the history
  • Loading branch information
plutoless committed Dec 17, 2024
1 parent d5dba93 commit 2d65e45
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
Expand Up @@ -18,7 +18,7 @@ services:
networks:
- ten_agent_network
ten_agent_playground:
image: ghcr.io/ten-framework/ten_agent_playground:0.6.2-29-gc3091a4
image: ghcr.io/ten-framework/ten_agent_playground:0.6.2-36-gd5dba93
container_name: ten_agent_playground
restart: always
ports:
Expand All @@ -29,7 +29,7 @@ services:
- AGENT_SERVER_URL=http://ten_agent_dev:8080
- TEN_DEV_SERVER_URL=http://ten_agent_dev:49483
ten_agent_demo:
image: ghcr.io/ten-framework/ten_agent_demo:0.6.2-29-gc3091a4
image: ghcr.io/ten-framework/ten_agent_demo:0.6.2-36-gd5dba93
container_name: ten_agent_demo
restart: always
ports:
Expand Down

0 comments on commit 2d65e45

Please sign in to comment.