XciD7 commited on
Commit
9b68ce0
·
unverified ·
1 Parent(s): 8c44f70

fix: fix heap issues

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM node:alpine
2
 
3
  # Install pnpm
4
  RUN npm install -g pnpm
 
1
+ FROM node:22
2
 
3
  # Install pnpm
4
  RUN npm install -g pnpm