From 79ebb72af2c026063a4a1dd4545e8d79fbcd6a89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gunnlaugur=20=C3=9E=C3=B3r=20Briem?= Date: Thu, 26 May 2022 10:58:13 +0000 Subject: [PATCH] fix: pin OS image variant to make dev setup work Fixes #510 --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index e590542e..fcc67500 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -6,7 +6,7 @@ "dockerfile": "Dockerfile", // Update 'VARIANT' to pick a Node version: 10, 12, 14 "args": { - "VARIANT": "14" + "VARIANT": "14-buster" }, }, // Set *default* container specific settings.json values on container create.