docker url

This commit is contained in:
cuijiawang
2025-08-01 10:59:14 +08:00
parent afb603dafe
commit f500ab9264

View File

@@ -15,7 +15,7 @@
# Multi-stage build for better layer caching and smaller final image
ARG BUILD_VERSION=3.0.1-SNAPSHOT
# Runtime stage - use multi-arch base image
FROM 172.29.231.45:5000/eclipse-temurin:17-jdk-noble
FROM eclipse-temurin:17-jdk-noble
# Add build arguments for platform detection
ARG TARGETPLATFORM