From 285a2304729553b3bc3f5c9810c56b3ea6a1629e Mon Sep 17 00:00:00 2001 From: Thomas Butter Date: Sat, 21 Mar 2026 09:40:41 +0100 Subject: [PATCH] .devcontainer: update devcontainer image version to 5-linux Updates base image to fix issue with old yarnpkg repo key. --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 21413b4fe79e..7ff2824dbc3a 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "name": "nixpkgs", - "image": "mcr.microsoft.com/devcontainers/universal:2-linux", + "image": "mcr.microsoft.com/devcontainers/universal:5-linux", "features": { "ghcr.io/devcontainers/features/nix:1": { // fails in the devcontainer sandbox, enable sandbox via config instead