初始化项目
Some checks failed
Java Maven 3.9.9 & JDK 26 CI/CD Pipeline / build-and-deploy (push) Failing after 1m4s

This commit is contained in:
Lee 2026-06-08 15:56:28 +08:00
parent b40c8a3ee9
commit 85ac8274f9

View File

@ -1,5 +1,5 @@
# === 第一阶段:使用 Maven 3.9.9 + JDK 26 进行编译打包 ===
FROM maven:3.9.9-eclipse-temurin-26 AS builder
FROM maven:3.9.16-eclipse-temurin-26 AS builder
WORKDIR /app
# 1. 配置阿里云 Maven 镜像加速下载(可选,国内服务器强烈推荐)