From b891d0612fc976995360515863cdc88e315c5d9c Mon Sep 17 00:00:00 2001 From: shaohuzhang1 Date: Tue, 26 Mar 2024 11:52:25 +0800 Subject: [PATCH] =?UTF-8?q?build:=20arm=E6=89=93=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- installer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/Dockerfile b/installer/Dockerfile index 08fb6f17c..9149cf7b1 100644 --- a/installer/Dockerfile +++ b/installer/Dockerfile @@ -1,5 +1,5 @@ FROM ghcr.io/1panel-dev/maxkb-vector-model:v1.0.1 as vector-model -FROM node:18-bookworm-slim as web-build +FROM node:18-alpine3.18 as web-build COPY ui ui RUN cd ui && \ npm install && \