diff --git a/Dockerfile b/Dockerfile index a6f60e3..3216dac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use the official Node.js 18 image as a base -FROM node:18 +FROM node:20 # Set the working directory to /app WORKDIR /app