summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuel Roullit <eroullit@github.com>2023-02-25 17:56:00 +0100
committerGitHub <noreply@github.com>2023-02-25 17:56:00 +0100
commit351e4e2460338785a474d66fd8c2ea1a324d2104 (patch)
treeb7545d1f1c8406096626b538b28b4f3b6f256666
parent1afc7ed8c53a2845f557e88b31e1f45f2f28abe4 (diff)
Update devcontainer.json
-rw-r--r--.devcontainer/devcontainer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 0fd90cc..e1b2cec 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -1,5 +1,5 @@
{
- "image": "mcr.microsoft.com/devcontainers/universal:2",
+ "image": "mcr.microsoft.com/devcontainers/universal:2-linux",
"waitFor": "onCreateCommand",
"onCreateCommand": ".devcontainer/setup.sh",
"updateContentCommand": "cargo build",