diff --git a/Dockerfile b/Dockerfile index 4ff97ef..f64a782 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use an official Node.js runtime as a parent image -FROM node:25.8.1 +FROM node:25.9.0 RUN \ --mount=type=cache,target=/root/.npm \