Skip to content

Commit 7b4503d

Browse files
committed
chore: updated devcontainer
1 parent 41f1c8b commit 7b4503d

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,14 @@
88
},
99
"ghcr.io/github/features/goproxy:1": {},
1010
"ghcr.io/github/features/go-linter:2": {},
11-
"ghcr.io/devcontainers/features/sshd:1": {
12-
"version": "latest"
13-
},
1411
"ghcr.io/devcontainers/features/node:1": {
1512
"nodeGypDependencies": true,
1613
"version": "lts",
1714
"nvmVersion": "latest"
1815
},
1916
"ghcr.io/devcontainers/features/hugo:1": {
2017
"extended": true,
21-
"version": "latest"
18+
"version": "0.151.0"
2219
}
2320
},
2421
"onCreateCommand": ".devcontainer/on-create-command.sh",
@@ -75,12 +72,6 @@
7572
"contents": "read",
7673
"packages": "read"
7774
}
78-
},
79-
"github/*": {
80-
"permissions": {
81-
"contents": "read",
82-
"packages": "read"
83-
}
8475
}
8576
}
8677
}

0 commit comments

Comments
 (0)