fix: update docker node version (#290)

This commit is contained in:
KM Koushik
2025-11-20 18:08:07 +11:00
committed by GitHub
parent cb489654b5
commit b2e0233758
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:20.11.1-alpine AS base FROM node:20.19-alpine AS base
ENV PNPM_HOME="/pnpm" ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH" ENV PATH="$PNPM_HOME:$PATH"
ENV SKIP_ENV_VALIDATION="true" ENV SKIP_ENV_VALIDATION="true"
+1
View File
@@ -8,6 +8,7 @@ Before you begin, ensure that you have the following installed:
- Docker - Docker
- Docker Compose (if using the Docker Compose setup) - Docker Compose (if using the Docker Compose setup)
- Node.js 20.19 or newer (Prisma requires at least v20.19 in the build image)
## Option 1: Production Docker Compose Setup ## Option 1: Production Docker Compose Setup