t
Some checks failed
构建并部署 / build-and-deploy (push) Failing after 1m31s

This commit is contained in:
jeremygan2021
2026-02-13 19:58:15 +08:00
parent d5bdaf8b0d
commit 5328f88ad3
2 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
# 构建阶段
FROM node:16-alpine AS builder
FROM node:18-alpine AS builder
# 设置工作目录
WORKDIR /app