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 437f713 commit 576fb36Copy full SHA for 576fb36
Dockerfile
@@ -1,6 +1,6 @@
1
# use a slimmer alpine image to consume less memory
2
# https://viralganatra.com/docker-nodejs-production-secure-best-practices/
3
-FROM node:20-alpine AS base
+FROM node:22-alpine AS base
4
5
ENV PNPM_VERSION=9.4.0
6
package.json
@@ -46,7 +46,7 @@
46
"dist"
47
],
48
"volta": {
49
- "node": "20.19.0"
+ "node": "22.15.1"
50
},
51
"dependencies": {
52
"@prisma/client": "^5.2.0",
0 commit comments