diff --git a/Dockerfile b/Dockerfile index 875e83a..13f7dd4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20 AS builder +FROM node:21 AS builder COPY . /src WORKDIR /src