Skip to content

Commit

Permalink
chore(devcontainer): 修改开发容器
Browse files Browse the repository at this point in the history
  • Loading branch information
nafnix committed Feb 5, 2024
1 parent 61f36c6 commit 4085a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// More info: https://containers.dev/implementors/json_reference/
{
"image": "mcr.microsoft.com/devcontainers/javascript-node:0-18",
"image": "mcr.microsoft.com/devcontainers/javascript-node",
"features": {
"ghcr.io/devcontainers-contrib/features/pre-commit:2": {},
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
Expand Down

0 comments on commit 4085a27

Please sign in to comment.