fix: Update Dockerfile Node version to 22-alpine for Prisma 7 compatibility
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
# 1. Base image
|
||||
FROM node:20-alpine AS base
|
||||
FROM node:22-alpine AS base
|
||||
|
||||
# 2. Dependencies
|
||||
FROM base AS deps
|
||||
|
||||
Reference in New Issue
Block a user