diff --git a/Dockerfile b/Dockerfile index 070c20d..4830783 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use the official Node.js image as the base -FROM node:25-alpine +FROM node:26-alpine # Set the working directory inside the container WORKDIR /usr/src/app