diff --git a/.devcontainer.json b/.devcontainer.json index 51dc3cbc6..38aefbf8b 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -19,7 +19,7 @@ 4173, 3456 ], - "image": "ghcr.io/cachix/devenv/devcontainer:main", + "image": "ghcr.io/cachix/devenv/devcontainer:latest", "overrideCommand": false, "portsAttributes": { "3456": { diff --git a/devenv.nix b/devenv.nix index ca62abb51..a59c828db 100644 --- a/devenv.nix +++ b/devenv.nix @@ -48,7 +48,6 @@ in { enable = true; settings = { forwardPorts = [ 4173 3456 ]; - image = "ghcr.io/cachix/devenv/devcontainer:main"; portsAttributes = { "4173" = { label = "Vikunja Frontend dev server";