Skip to content

Commit

Permalink
Update devcontainer image to fix error 128 on rebuild (#73)
Browse files Browse the repository at this point in the history
* Update devcontainer image to fix error 128 an rebuild

This fixes an issue preventing the pulling of home assistant by updating to the latest supported image

* Fix container to stable rather than latest

Latest is built per-commit and so has a lot of churn. We should lock to stable to prevent unexpected changes
  • Loading branch information
mattrayner committed May 30, 2022
1 parent b698c06 commit 3f8d00f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// See https://aka.ms/vscode-remote/devcontainer.json for format details.
{
"image": "ludeeus/container:integration-debian",
"image": "ghcr.io/ludeeus/devcontainer/integration:stable",
"name": "Blueprint integration development",
"context": "..",
"appPort": [
Expand All @@ -27,4 +27,4 @@
"editor.formatOnType": true,
"files.trimTrailingWhitespace": true
}
}
}

0 comments on commit 3f8d00f

Please sign in to comment.