From 7b4503df0bc2cc7db07f06c882bc8b1850e8d72d Mon Sep 17 00:00:00 2001 From: Kitty Chiu <42864823+KittyChiu@users.noreply.github.com> Date: Fri, 12 Dec 2025 16:11:33 +1100 Subject: [PATCH] chore: updated devcontainer --- .devcontainer/devcontainer.json | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index d7794a8..785aff0 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -8,9 +8,6 @@ }, "ghcr.io/github/features/goproxy:1": {}, "ghcr.io/github/features/go-linter:2": {}, - "ghcr.io/devcontainers/features/sshd:1": { - "version": "latest" - }, "ghcr.io/devcontainers/features/node:1": { "nodeGypDependencies": true, "version": "lts", @@ -18,7 +15,7 @@ }, "ghcr.io/devcontainers/features/hugo:1": { "extended": true, - "version": "latest" + "version": "0.151.0" } }, "onCreateCommand": ".devcontainer/on-create-command.sh", @@ -75,12 +72,6 @@ "contents": "read", "packages": "read" } - }, - "github/*": { - "permissions": { - "contents": "read", - "packages": "read" - } } } }