fixed devcontainer, ref #128

This commit is contained in:
Somrat
2024-05-26 11:02:20 +06:00
parent 7c177108db
commit 224672b041
2 changed files with 27 additions and 25 deletions

View File

@@ -3,9 +3,8 @@
"build": {
"dockerfile": "Dockerfile",
"args": {
"NODE_VERSION": "20",
"GO_VERSION": "1.21.4",
"HUGO_VERSION": "0.120.4"
"GO_VERSION": "1.22.3",
"HUGO_VERSION": "0.126.1"
}
},
"customizations": {