diff --git a/Dockerfile b/Dockerfile index 0403dd1..66f4556 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM arm64v8/node:19-slim +FROM arm64v8/node:21-slim WORKDIR /root ENV PATH="/usr/local/bin:${PATH}" COPY . .