We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0.92.0-20
Dockerfile
1 parent 5e1587c commit 0072079Copy full SHA for 0072079
βDockerfile
@@ -4,7 +4,7 @@ FROM node:22-slim
4
5
# Install the Promptbook CLI
6
WORKDIR /usr/app
7
-RUN npm i [email protected]19
+RUN npm i [email protected]20
8
9
# Add `ptbk` to the path
10
ENV PATH="/usr/app/node_modules/.bin:${PATH}"
0 commit comments