diff --git a/Dockerfile b/Dockerfile index 4611ee74..af465925 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Build the app -FROM node:23-alpine AS build +FROM node:23.3.0-alpine AS build # Install pnpm RUN corepack enable