diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index d7503bcf6d0e62..2e8c6507588deb 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -17,7 +17,7 @@ "build": { "dockerfile": "Dockerfile", "args": { - "BUILD_VERSION": "0.5.73" + "BUILD_VERSION": "0.5.77" } }, "remoteUser": "vscode", diff --git a/.github/workflows/examples-ameba.yaml b/.github/workflows/examples-ameba.yaml index 470298121b5d05..fdfeae09cdefae 100644 --- a/.github/workflows/examples-ameba.yaml +++ b/.github/workflows/examples-ameba.yaml @@ -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: