From b9065107c0baa2b4db92b5ba2ca557cefcf9aa05 Mon Sep 17 00:00:00 2001 From: liqiang-fit2cloud Date: Tue, 19 Aug 2025 17:19:54 +0800 Subject: [PATCH] build: try to speed up web-build. --- installer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/Dockerfile b/installer/Dockerfile index 8009fae4b..d50a77a0e 100644 --- a/installer/Dockerfile +++ b/installer/Dockerfile @@ -1,4 +1,4 @@ -FROM node:24-alpine AS web-build +FROM node:18-alpine3.18 AS web-build COPY ui ui RUN cd ui && \ npm install -g pnpm && \