Skip to content

Commit 4d3dccc

Browse files
authored
chore(ci): fix devcontainer build (#55)
* chore(ci): fix devcontainer build The original project for the gh-release feature has been archived and is not available at the address used anymore so all other devcontainer features depending on it are breaking. Updated to use the new active fork located at devcontainers-extra .
1 parent 2f84ca9 commit 4d3dccc

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@
66
"ghcr.io/devcontainers/features/go:1": {},
77
"ghcr.io/azutake/devcontainer-features/go-packages-install:0": {},
88
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
9-
"ghcr.io/devcontainers-contrib/features/gh-release:1.0.24": {
9+
"ghcr.io/devcontainers-extra/features/gh-release:1": {
1010
"repo": "buildpacks/pack",
1111
"version": "v0.37.0",
1212
"binaryNames": "pack",
1313
},
14-
"ghcr.io/marcozac/devcontainer-features/shellcheck:1": {},
14+
"ghcr.io/lukewiwa/features/shellcheck:0": {
15+
"version": "v0.10.0"
16+
}
1517
},
1618
"containerEnv": {
1719
"LOCALBIN": "${containerWorkspaceFolder}/.devcontainer/bin"

0 commit comments

Comments
 (0)