diff --git a/Dockerfile b/Dockerfile index b5caebf..986c4ff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build stage -FROM node:25-alpine AS build +FROM node:26-alpine AS build WORKDIR /app