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