We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e66592 commit 96fd288Copy full SHA for 96fd288
docker/Dockerfile
@@ -117,7 +117,7 @@ RUN apk update && apk add --no-cache \
117
RUN if [ "$RAILS_ENV" != "production" ]; then \
118
apk add --no-cache nodejs=20.15.1-r0; \
119
# Install pnpm and configure environment
120
- wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.shrc" SHELL="$(which sh)" sh - \
+ wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.shrc" SHELL="$(which sh)" PNPM_VERSION="9.15.5" sh - \
121
&& source /root/.shrc \
122
&& pnpm --version; \
123
fi
0 commit comments