diff --git a/Dockerfile b/Dockerfile index 55ffa35..4fdcbb5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use the latest LTS version of Node.js -FROM node:18-alpine +FROM node:22-alpine # Set the working directory inside the container WORKDIR /app