Skip to content

Commit 8f9b535

Browse files
committed
feat: upgrade to 0.10.18
1 parent c405b0f commit 8f9b535

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// README at: https://github.com/devcontainers/templates/tree/main/src/docker-existing-dockerfile
33
{
44
"name": "dev",
5-
"image": "ghcr.io/ten-framework/ten_agent_build:0.5.0",
5+
"image": "ghcr.io/ten-framework/ten_agent_build:0.6.8",
66
"customizations": {
77
"vscode": {
88
"extensions": [

manifest.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,13 @@
2020
},
2121
"api": {
2222
"property": {
23-
"listen_addr": {
24-
"type": "string"
25-
},
26-
"listen_port": {
27-
"type": "int32"
23+
"properties": {
24+
"listen_addr": {
25+
"type": "string"
26+
},
27+
"listen_port": {
28+
"type": "int32"
29+
}
2830
}
2931
}
3032
}

0 commit comments

Comments
 (0)