mirror of
https://github.com/jetkvm/kvm.git
synced 2025-09-16 08:38:14 +00:00
11 lines
231 B
JSON
11 lines
231 B
JSON
{
|
|
"name": "JetKVM",
|
|
"image": "mcr.microsoft.com/devcontainers/go:1-1.23-bookworm",
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/node:1": {
|
|
// Should match what is defined in ui/package.json
|
|
"version": "21.1.0"
|
|
}
|
|
}
|
|
}
|