diff --git a/Dockerfile b/Dockerfile index 22a50274..4bbd0a6e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM node:lts-alpine WORKDIR /app # Install dependencies -RUN npm install -g pnpm@7.3.0 +RUN npm install -g pnpm@7.11.0 RUN npm install -g tailchat-cli@1.4.0 # Install plugins and sdk dependency