We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c902c86 commit a0be9d4Copy full SHA for a0be9d4
.devcontainer/devcontainer.json
@@ -1,7 +1,7 @@
1
// For format details, see https://aka.ms/devcontainer.json.
2
{
3
"name": "Codefresh Support Package",
4
- "image": "mcr.microsoft.com/devcontainers/base:ubuntu",
+ "image": "mcr.microsoft.com/devcontainers/universal:3",
5
"onCreateCommand": "curl -fsSL https://deno.land/install.sh | sh -s -- -y",
6
"customizations": {
7
"vscode": {
@@ -16,4 +16,4 @@
16
]
17
}
18
19
-}
+}
0 commit comments