Skip to content

Commit 96fd288

Browse files
committed
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

Lines changed: 1 addition & 1 deletion
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)