diff --git a/Dockerfile b/Dockerfile index b11b48e..94fe059 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use an official Node.js runtime as a base image -FROM node:18-alpine +FROM node:20-alpine # Set the working directory in the container WORKDIR /app