We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea3cee9 commit 577637bCopy full SHA for 577637b
Dockerfile
@@ -1,6 +1,6 @@
1
# Define versions as build arguments for easy updates
2
ARG NODE_VERSION=24.7.0
3
-ARG PNPM_VERSION=10.17.0
+ARG PNPM_VERSION=10.18.3
4
ARG ALPINE_VERSION=3.22
5
ARG PNPM_URL="https://github.com/pnpm/pnpm/releases/download/v${PNPM_VERSION}/pnpm-linuxstatic-x64"
6
package.json
@@ -72,12 +72,12 @@
72
},
73
"engines": {
74
"node": ">=24.7.0",
75
- "pnpm": ">=10.17.0"
+ "pnpm": ">=10.18.3"
76
77
"volta": {
78
"node": "24.7.0"
79
80
- "packageManager": "[email protected].1",
+ "packageManager": "[email protected].3",
81
"pnpm": {
82
"onlyBuiltDependencies": [
83
"@tailwindcss/oxide",
0 commit comments