diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index dc63302..929cd16 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -2,7 +2,7 @@ // README at: https://github.com/devcontainers/templates/tree/main/src/docker-existing-dockerfile { "name": "dev", - "image": "ghcr.io/ten-framework/ten_agent_build:0.2.3", + "image": "ghcr.io/ten-framework/ten_agent_build:0.3.3", "customizations": { "vscode": { "extensions": [ diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c85fff..4d4aeee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: ci: runs-on: ubuntu-latest container: - image: ghcr.io/ten-framework/ten_agent_build:0.2.3 + image: ghcr.io/ten-framework/ten_agent_build:0.3.3 steps: - uses: actions/checkout@v4 with: diff --git a/manifest.json b/manifest.json index e990502..30140f4 100644 --- a/manifest.json +++ b/manifest.json @@ -1,12 +1,12 @@ { "type": "extension", "name": "http_server_python", - "version": "0.7.0", + "version": "0.8.0", "dependencies": [ { "type": "system", "name": "ten_runtime_python", - "version": "0.4" + "version": "0.6" } ], "package": {