feat: update Dockerfile to use Node.js 20 and add build dependencies
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user