Skip to content

Commit

Permalink
set pnpm version 9
Browse files Browse the repository at this point in the history
  • Loading branch information
clairton committed Feb 10, 2025
1 parent 1e66592 commit 92cac66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ RUN apk update && apk add --no-cache \
RUN if [ "$RAILS_ENV" != "production" ]; then \
apk add --no-cache nodejs=20.15.1-r0; \
# Install pnpm and configure environment
wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.shrc" SHELL="$(which sh)" sh - \
wget -qO- https://get.pnpm.io/install.sh | env ENV="$HOME/.shrc" SHELL="$(which sh)" PNPM_VERSION="9.15.5" sh - \
&& source /root/.shrc \
&& pnpm --version; \
fi
Expand Down

0 comments on commit 92cac66

Please sign in to comment.