diff --git a/Dockerfile b/Dockerfile index a9421225..3c22819e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:24.7.0-alpine3.22 AS build +FROM node:25.1.0-alpine3.22 AS build ARG COMMIT_HASH ARG COMMIT_DATE