chore: update and move to the new server
All checks were successful
Docker Image CI / build (push) Successful in 9m1s

This commit is contained in:
2026-03-06 10:34:38 +08:00
parent ccaddf7df7
commit 39e7c72527

View File

@@ -1,5 +1,5 @@
# ===== build stage =====
FROM harbor.merlin.xin/mirrors/docker.io/library/maven:3.9.6-eclipse-temurin-17 AS builder
FROM registry.merlin.xin/library/maven:4.0.0-rc-5-eclipse-temurin-17 AS builder
WORKDIR /app
COPY pom.xml .
@@ -10,7 +10,7 @@ RUN --mount=type=cache,target=/root/.m2 mvn -B -q package -DskipTests
# ===== runtime stage =====
FROM harbor.merlin.xin/mirrors/docker.io/library/eclipse-temurin:17-jre-alpine
FROM registry.merlin.xin/library/eclipse-temurin:17-jre-alpine
# >>> Install debug tools <<<
#RUN apk update && apk add --no-cache \