diff --git a/Dockerfile b/Dockerfile index a5231ef3..f42ba123 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1 -FROM node:22-alpine AS frontend-builder +FROM node:26-alpine AS frontend-builder WORKDIR /app COPY explorer/package*.json ./explorer/