Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 96fd288

Browse files
committedFeb 10, 2025·
set pnpm version 9
1 parent 1e66592 commit 96fd288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ RUN apk update && apk add --no-cache \
117117
RUN if [ "$RAILS_ENV" != "production" ]; then \
118118
apk add --no-cache nodejs=20.15.1-r0; \
119119
# Install pnpm and configure environment
120-
wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.shrc" SHELL="$(which sh)" sh - \
120+
wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.shrc" SHELL="$(which sh)" PNPM_VERSION="9.15.5" sh - \
121121
&& source /root/.shrc \
122122
&& pnpm --version; \
123123
fi

0 commit comments

Comments
 (0)
Please sign in to comment.