Skip to content

Commit

Permalink
fix(tooling): update vscode devcontainer image (#18455)
Browse files Browse the repository at this point in the history
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*
  • Loading branch information
RichiCoder1 authored Feb 4, 2022
1 parent a385f18 commit 28647f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "Dev Container Definition - AWS CDK",
"image": "jsii/superchain",
"image": "jsii/superchain:1-buster-slim",
"postCreateCommand": "yarn build --skip-test --no-bail --skip-prereqs --skip-compat",
"extensions": [
"[email protected]"
]
}
}

0 comments on commit 28647f7

Please sign in to comment.