.devcontainer: update devcontainer image version to 5-linux

Updates base image to fix issue with old yarnpkg repo key.
This commit is contained in:
Thomas Butter 2026-03-21 09:40:41 +01:00
commit 285a230472

View file

@ -1,6 +1,6 @@
{ {
"name": "nixpkgs", "name": "nixpkgs",
"image": "mcr.microsoft.com/devcontainers/universal:2-linux", "image": "mcr.microsoft.com/devcontainers/universal:5-linux",
"features": { "features": {
"ghcr.io/devcontainers/features/nix:1": { "ghcr.io/devcontainers/features/nix:1": {
// fails in the devcontainer sandbox, enable sandbox via config instead // fails in the devcontainer sandbox, enable sandbox via config instead