From 212de6c0895a05d0d684f68260e602cd97792ae3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MARQUET?= <72651575+BreizhHardware@users.noreply.github.com> Date: Tue, 29 Oct 2024 08:40:01 +0100 Subject: [PATCH] Update devcontainer.json --- .devcontainer/devcontainer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index fbb52f5..ef28c4f 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,9 @@ { + "runArgs": ["--device=/dev/net/tun"], "image": "mcr.microsoft.com/devcontainers/universal:2", "features": { - "ghcr.io/tailscale/codespace/tailscale": {} + "ghcr.io/tailscale/codespace/tailscale": { + "version": "latest" + } } }