fix: update docker node version (#290)
This commit is contained in:
+1
-1
@@ -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"
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user