diff --git a/Dockerfile b/Dockerfile index 6accfb0e..4be125c3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:24.10.0-alpine3.21 AS asset_builder +FROM node:25.0.0-alpine3.21 AS asset_builder WORKDIR /app