初始化项目
Some checks failed
Java Maven 3.9.9 & JDK 26 CI/CD Pipeline / build-and-deploy (push) Failing after 1m4s
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:
parent
b40c8a3ee9
commit
85ac8274f9
@ -1,5 +1,5 @@
|
|||||||
# === 第一阶段:使用 Maven 3.9.9 + JDK 26 进行编译打包 ===
|
# === 第一阶段:使用 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
|
WORKDIR /app
|
||||||
|
|
||||||
# 1. 配置阿里云 Maven 镜像加速下载(可选,国内服务器强烈推荐)
|
# 1. 配置阿里云 Maven 镜像加速下载(可选,国内服务器强烈推荐)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user