We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37ae778 commit c064f79Copy full SHA for c064f79
2 files changed
Dockerfile
@@ -1,5 +1,5 @@
1
ARG NODE_VERSION=24.7.0
2
-ARG PNPM_VERSION=11.5.2
+ARG PNPM_VERSION=10.5.0
3
ARG ALPINE_VERSION=3.22
4
5
FROM node:${NODE_VERSION}-alpine${ALPINE_VERSION} AS build
package.json
@@ -69,12 +69,12 @@
69
},
70
"engines": {
71
"node": ">=24.7.0",
72
- "pnpm": ">=11.5.2"
+ "pnpm": ">=10.5.0"
73
74
"volta": {
75
"node": "24.7.0"
76
77
- "packageManager": "pnpm@11.5.2",
+ "packageManager": "pnpm@10.5.0",
78
"pnpm": {
79
"onlyBuiltDependencies": [
80
"@tailwindcss/oxide",
0 commit comments