We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3d9b10 commit f937100Copy full SHA for f937100
.devcontainer/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM jsii/superchain:1-buster-slim-node18
+FROM jsii/superchain:1-bookworm-slim-node20
2
3
USER root
4
.gitpod.yml
@@ -3,7 +3,7 @@ github:
pullRequestsFromForks: true
addComment: true
5
6
-image: public.ecr.aws/jsii/superchain:1-buster-slim-node18
+image: public.ecr.aws/jsii/superchain:1-bookworm-slim-node20
7
8
tasks:
9
- init: |
0 commit comments