Skip to content

Commit c402cbf

Browse files
authored
Add devcontainers-extra versions from the collections index for installsAfter (#8)
1 parent e78c049 commit c402cbf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/localstack-cli/devcontainer-feature.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "localstack-cli",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"name": "LocalStack CLI",
55
"documentationURL": "https://github.com/localstack/devcontainer-feature/tree/main/src/localstack-cli",
66
"description": "Installs the Localstack CLI along with needed dependencies and popular \"local\" tools.",
@@ -60,9 +60,9 @@
6060
"ghcr.io/devcontainers/features/python",
6161
"ghcr.io/devcontainers/features/node",
6262
"ghcr.io/devcontainers/features/aws-cli",
63-
"ghcr.io/devcontainers-contrib/features/aws-cdk",
63+
"ghcr.io/devcontainers-extra/features/aws-cdk",
6464
"ghcr.io/customink/codespaces-features/sam-cli",
65-
"ghcr.io/devcontainers-contrib/features/pulumi",
65+
"ghcr.io/devcontainers-extra/features/pulumi",
6666
"ghcr.io/devcontainers/features/terraform"
6767
]
6868
}

0 commit comments

Comments
 (0)