Skip to content

Commit 28647f7

Browse files
authored
fix(tooling): update vscode devcontainer image (#18455)
The `latest` tag of the `jsii/superchain` image has long been deprecated. This aligns the devcontainer image with the one used for gitpod. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent a385f18 commit 28647f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "Dev Container Definition - AWS CDK",
3-
"image": "jsii/superchain",
3+
"image": "jsii/superchain:1-buster-slim",
44
"postCreateCommand": "yarn build --skip-test --no-bail --skip-prereqs --skip-compat",
55
"extensions": [
66
77
]
8-
}
8+
}

0 commit comments

Comments
 (0)