chore(dev): use latest devenv docker container for devcontainer

This commit is contained in:
kolaente
2025-07-02 20:17:29 +02:00
parent eba3a4e4ea
commit 7f0e96aacf
2 changed files with 1 additions and 2 deletions

View File

@@ -19,7 +19,7 @@
4173, 4173,
3456 3456
], ],
"image": "ghcr.io/cachix/devenv/devcontainer:main", "image": "ghcr.io/cachix/devenv/devcontainer:latest",
"overrideCommand": false, "overrideCommand": false,
"portsAttributes": { "portsAttributes": {
"3456": { "3456": {

View File

@@ -48,7 +48,6 @@ in {
enable = true; enable = true;
settings = { settings = {
forwardPorts = [ 4173 3456 ]; forwardPorts = [ 4173 3456 ];
image = "ghcr.io/cachix/devenv/devcontainer:main";
portsAttributes = { portsAttributes = {
"4173" = { "4173" = {
label = "Vikunja Frontend dev server"; label = "Vikunja Frontend dev server";