.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
parent 9636b4397d
commit 285a230472

View File

@@ -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