Skip to content

Commit

Permalink
update pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
mallsoft committed Oct 9, 2024
1 parent 580c344 commit 76a77ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ WORKDIR /app
ENV NODE_ENV="production"

# Install pnpm
ARG PNPM_VERSION=8.15.1
ARG PNPM_VERSION=9.7.1
RUN npm install -g pnpm@$PNPM_VERSION


Expand Down

0 comments on commit 76a77ab

Please sign in to comment.