mirror of
https://github.com/go-vikunja/vikunja.git
synced 2025-12-05 19:16:51 -06:00
chore(dev): use latest devenv docker container for devcontainer
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
4173,
|
||||
3456
|
||||
],
|
||||
"image": "ghcr.io/cachix/devenv/devcontainer:main",
|
||||
"image": "ghcr.io/cachix/devenv/devcontainer:latest",
|
||||
"overrideCommand": false,
|
||||
"portsAttributes": {
|
||||
"3456": {
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user