We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e60fb98 commit 462dcb9Copy full SHA for 462dcb9
Dockerfile
@@ -1,6 +1,6 @@
1
# Define versions as build arguments for easy updates
2
ARG NODE_VERSION=24.12.0
3
-ARG PNPM_VERSION=10.30.0
+ARG PNPM_VERSION=10.30.1
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
@@ -75,7 +75,7 @@
75
},
76
"engines": {
77
"node": "^24.12.0",
78
- "pnpm": "^10.29.2"
+ "pnpm": "^10.30.1"
79
80
"volta": {
81
"node": "24.12.0"
0 commit comments