diff --git a/Dockerfile b/Dockerfile index cdfd85e..9c59662 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # Multi-stage build for optimized production deployment # Stage 1: Build -FROM node:20-alpine AS builder +FROM node:25-alpine AS builder WORKDIR /app