diff --git a/Dockerfile b/Dockerfile index 79c938e..07f0537 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Modern Dockerfile for Vite + React application # Build stage -FROM 24.9-alpine3.21 AS builder +FROM node:24.9-alpine3.21 AS builder WORKDIR /app