Skip to content

Commit a0be9d4

Browse files
authored
Update devcontainer.json
Signed-off-by: Luke Goodfellow <107487942+ThatAmatoGuy@users.noreply.github.com>
1 parent c902c86 commit a0be9d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// For format details, see https://aka.ms/devcontainer.json.
22
{
33
"name": "Codefresh Support Package",
4-
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
4+
"image": "mcr.microsoft.com/devcontainers/universal:3",
55
"onCreateCommand": "curl -fsSL https://deno.land/install.sh | sh -s -- -y",
66
"customizations": {
77
"vscode": {
@@ -16,4 +16,4 @@
1616
]
1717
}
1818
}
19-
}
19+
}

0 commit comments

Comments
 (0)