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