Skip to content

Commit

Permalink
Update devcontainer image source
Browse files Browse the repository at this point in the history
  • Loading branch information
Limych committed May 7, 2022
1 parent 7075760 commit 47bd29f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
@@ -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 47bd29f

Please sign in to comment.