chore: Update devcontainers
This commit is contained in:
parent
1b6584418f
commit
b5f968e156
1 changed files with 7 additions and 7 deletions
|
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"name": "Gitea DevContainer",
|
||||
"image": "mcr.microsoft.com/devcontainers/go:1.24-bullseye",
|
||||
"name": "Forgejo DevContainer",
|
||||
"image": "mcr.microsoft.com/devcontainers/go:1.25",
|
||||
"features": {
|
||||
// installs nodejs into container
|
||||
"ghcr.io/devcontainers/features/node:1": {
|
||||
"version": "22"
|
||||
"ghcr.io/devcontainers/features/node": {
|
||||
"version": "24"
|
||||
},
|
||||
"ghcr.io/devcontainers/features/git-lfs:1.2.5": {},
|
||||
"ghcr.io/warrenbuckley/codespace-features/sqlite:1": {}
|
||||
"ghcr.io/devcontainers/features/git-lfs": {},
|
||||
"ghcr.io/warrenbuckley/codespace-features/sqlite": {}
|
||||
},
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
|
|
@ -30,7 +30,7 @@
|
|||
},
|
||||
"portsAttributes": {
|
||||
"3000": {
|
||||
"label": "Gitea Web",
|
||||
"label": "Forgejo Web",
|
||||
"onAutoForward": "notify"
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue