Skip to content

Commit

Permalink
use docker image 0.5.77 (#18728)
Browse files Browse the repository at this point in the history
  • Loading branch information
pankore authored and pull[bot] committed Aug 9, 2023
1 parent a3c1bc3 commit 2422248
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"build": {
"dockerfile": "Dockerfile",
"args": {
"BUILD_VERSION": "0.5.73"
"BUILD_VERSION": "0.5.77"
}
},
"remoteUser": "vscode",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples-ameba.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
if: github.actor != 'restyled-io[bot]'

container:
image: connectedhomeip/chip-build-ameba:0.5.75
image: connectedhomeip/chip-build-ameba:0.5.77
options: --user root

steps:
Expand Down

0 comments on commit 2422248

Please sign in to comment.