Skip to content

Commit

Permalink
feat: update build image (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyoucao577 authored Sep 30, 2024
1 parent 3b8536d commit 38a8fa9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// README at: https://github.com/devcontainers/templates/tree/main/src/docker-existing-dockerfile
{
"name": "astra",
"image": "ghcr.io/ten-framework/astra_agents_build:0.5.2",
"image": "ghcr.io/ten-framework/ten_agent_build:0.1.0",
"customizations": {
"vscode": {
"extensions": [
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/ten-framework/astra_agents_build:0.5.2 AS builder
FROM ghcr.io/ten-framework/ten_agent_build:0.1.0 AS builder

ARG SESSION_CONTROL_CONF=session_control.conf

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
astra_agents_dev:
image: ghcr.io/ten-framework/astra_agents_build:0.5.2
image: ghcr.io/ten-framework/ten_agent_build:0.1.0
container_name: astra_agents_dev
platform: linux/amd64
tty: true
Expand Down

0 comments on commit 38a8fa9

Please sign in to comment.