diff --git a/Dockerfile b/Dockerfile index fd2c08a..b879461 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:18 +FROM node:22 # Install app dependencies. WORKDIR /usr/src/app