We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98f8c5b commit e6f66a8Copy full SHA for e6f66a8
packages/aws-cdk-lib/aws-lambda-nodejs/lib/Dockerfile
@@ -7,7 +7,7 @@ FROM $IMAGE
7
RUN npm install --global yarn@1.22.5
8
9
# Install pnpm
10
-RUN npm install --global pnpm@8.15.9
+RUN npm install --global pnpm@7.33.7
11
12
# Install bun
13
RUN npm install --global bun@1.1.30
0 commit comments