fix: container build error due to Codespace bug

closes https://github.com/CaiJimmy/hugo-theme-stack-starter/issues/2
This commit is contained in:
Jimmy Cai 2022-03-19 22:54:50 +00:00 committed by GitHub
parent 7e39009b61
commit 922f979848

View File

@ -40,6 +40,6 @@
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root. // Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "node", "remoteUser": "node",
"features": { "features": {
"golang": "latest" "golang": "1.17.8"
} }
} }