diff --git a/Dockerfile b/Dockerfile index a69e072c..fed99b7e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20-alpine AS frontend-builder +FROM node:25-alpine AS frontend-builder WORKDIR /app/semantica-explorer