Skip to content

Commit

Permalink
upgrade image version (#197)
Browse files Browse the repository at this point in the history
* fix(): fix graphNameMap not being able to retrieve environment variable values

* chore(): upgrade image version
  • Loading branch information
sunshinexcode authored Aug 13, 2024
1 parent da165ee commit b1b77e0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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/rte-design/astra_agents_build:0.3.5",
"image": "ghcr.io/rte-design/astra_agents_build:0.3.6",
"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/rte-design/astra_agents_build:0.3.5 AS builder
FROM ghcr.io/rte-design/astra_agents_build:0.3.6 AS builder

ARG SESSION_CONTROL_CONF=session_control.conf

Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
astra_agents_dev:
image: ghcr.io/rte-design/astra_agents_build:0.3.5
image: ghcr.io/rte-design/astra_agents_build:0.3.6
container_name: astra_agents_dev
platform: linux/amd64
tty: true
Expand All @@ -23,7 +23,7 @@ services:
ports:
- "3000:3000"
astra_graph_designer:
image: agoraio/astra_graph_designer:0.1.0
image: agoraio/astra_graph_designer:0.3.0
container_name: astra_graph_designer
restart: always
ports:
Expand Down

0 comments on commit b1b77e0

Please sign in to comment.