diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ad28cb7..4445412 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": "azure_tts", - "image": "ghcr.io/ten-framework/ten_agent_build:0.2.0", + "image": "ghcr.io/ten-framework/ten_agent_build:0.2.2", "customizations": { "vscode": { "extensions": [ diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a68e89..888976c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: matrix: build_type: [debug, release] container: - image: ghcr.io/ten-framework/ten_agent_build:0.2.0 + image: ghcr.io/ten-framework/ten_agent_build:0.2.2 steps: - uses: actions/checkout@v4 with: diff --git a/README.md b/README.md index 5c90f47..c04e524 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ TEN extension of [azure Text to speech service](https://learn.microsoft.com/en-u Only `linux/amd64` building inside container is supported at the moment. ```bash -# inside docker ghcr.io/ten-framework/ten_agent_build:0.1.0 +# inside docker ghcr.io/ten-framework/ten_agent_build:0.2.2 tman install tgn gen linux x64 debug -- is_clang=false && tgn build linux x64 debug diff --git a/manifest.json b/manifest.json index 4157f85..fef1988 100644 --- a/manifest.json +++ b/manifest.json @@ -1,12 +1,12 @@ { "type": "extension", "name": "azure_tts", - "version": "0.5.1", + "version": "0.6.0", "dependencies": [ { "type": "system", "name": "ten_runtime", - "version": "0.3" + "version": "0.4" }, { "type": "system",