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 242da1f commit 176b527Copy full SHA for 176b527
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