diff --git a/Dockerfile b/Dockerfile index d8a3f7ba..2ece6c11 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build stage -FROM node:22-alpine3.21 AS builder +FROM node:24-alpine3.21 AS builder WORKDIR /app