mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-02-01 22:47:40 +00:00
chore(dev): use unstable devenv image for devcontainer (#993)
Using latest until the fix lands in stable, see https://github.com/cachix/devenv/issues/1896#issuecomment-2994354350
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
4173,
|
||||
3456
|
||||
],
|
||||
"image": "ghcr.io/cachix/devenv/devcontainer:latest",
|
||||
"image": "ghcr.io/cachix/devenv/devcontainer:main",
|
||||
"overrideCommand": false,
|
||||
"portsAttributes": {
|
||||
"3456": {
|
||||
@@ -29,5 +29,5 @@
|
||||
"label": "Vikunja Frontend dev server"
|
||||
}
|
||||
},
|
||||
"updateContentCommand": "sudo setfacl -k /tmp && devenv test"
|
||||
"updateContentCommand": "devenv test"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user