test/custom-admin-ui #3

Merged
orion merged 673 commits from test/custom-admin-ui into master 2026-06-05 17:20:58 +08:00
Showing only changes of commit 8192c1215c - Show all commits
+2 -2
View File
@@ -1,7 +1,7 @@
# 第一阶段:构建前端主题
FROM node:18-alpine AS frontend-builder
FROM node:20-alpine AS frontend-builder
RUN apk add --no-cache git
RUN apk add --no-cache git python3 make g++
WORKDIR /build