diff --git a/Dockerfile b/Dockerfile index 828972e..54c9f6b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:24-slim +FROM node:26-slim ENV PATH="$PATH:node_modules/.bin"