diff --git a/Dockerfile b/Dockerfile index 8478929..0d307a6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use an official Node runtime as a parent image -FROM node:22.17 +FROM node:24.11 RUN corepack enable