diff --git a/Dockerfile b/Dockerfile index bc21ad6..60a7ea7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use an official Node.js runtime as a parent image -FROM node:18-alpine +FROM node:22-alpine # Set the working directory inside the container WORKDIR /usr/src/app