fix(cleanup-release): harden API cleanup flow
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
# 更新日期:2026/07/11 21:02:25
|
||||
|
||||
# 允許在建置時指定 Node.js 版本標籤
|
||||
ARG NODE_VERSION=alpine
|
||||
ARG NODE_VERSION=22-alpine
|
||||
|
||||
# 使用指定版本的 Node.js 基底映像
|
||||
FROM node:${NODE_VERSION}
|
||||
|
||||
Reference in New Issue
Block a user