We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6f7229 commit 7ce57bbCopy full SHA for 7ce57bb
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 PNPM_VERSION="9.15.5" ENV="$HOME/.shrc" SHELL="$(which sh)" sh - \
+ wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.shrc" SHELL="$(which sh)" sh - \
121
&& source /root/.shrc \
122
&& pnpm --version; \
123
fi
package.json
@@ -138,7 +138,7 @@
138
},
139
"engines": {
140
"node": ">= 20.x",
141
- "pnpm": "9.x"
+ "pnpm": "10.x"
142
143
"husky": {
144
"hooks": {
0 commit comments