Skip to content

Commit 462dcb9

Browse files
committed
Fix build
1 parent e60fb98 commit 462dcb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Define versions as build arguments for easy updates
22
ARG NODE_VERSION=24.12.0
3-
ARG PNPM_VERSION=10.30.0
3+
ARG PNPM_VERSION=10.30.1
44
ARG ALPINE_VERSION=3.22
55
ARG PNPM_URL="https://github.com/pnpm/pnpm/releases/download/v${PNPM_VERSION}/pnpm-linuxstatic-x64"
66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
},
7676
"engines": {
7777
"node": "^24.12.0",
78-
"pnpm": "^10.29.2"
78+
"pnpm": "^10.30.1"
7979
},
8080
"volta": {
8181
"node": "24.12.0"

0 commit comments

Comments
 (0)