diff --git a/Dockerfile b/Dockerfile index 2658e76..c79da23 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use an official Node.js runtime as a parent image -FROM node:25.6.1 +FROM node:25.7.0 RUN \ --mount=type=cache,target=/root/.npm \