diff --git a/Dockerfile b/Dockerfile index e1413da..7f0f0fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:19-slim AS builder +FROM node:20-slim AS builder COPY . /src WORKDIR /src