Skip to content

Commit

Permalink
chore: upgrade build image
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyoucao577 committed Feb 9, 2025
1 parent 5fd412a commit 243b15d
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": "azure_tts",
"image": "ghcr.io/ten-framework/ten_agent_build:0.4.2",
"image": "ghcr.io/ten-framework/ten_agent_build:0.4.12",
"customizations": {
"vscode": {
"extensions": [
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
matrix:
build_type: [debug, release]
container:
image: ghcr.io/ten-framework/ten_agent_build:0.4.2
image: ghcr.io/ten-framework/ten_agent_build:0.4.12
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,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.4.2
# inside docker ghcr.io/ten-framework/ten_agent_build:0.4.12

task build
```
Expand Down

0 comments on commit 243b15d

Please sign in to comment.