perf: modify dockerfile

This commit is contained in:
Eric
2025-11-14 13:30:23 +08:00
committed by zhao
parent 2c435787ae
commit 6f66944bc9

View File

@@ -18,7 +18,7 @@ RUN ./mvnw clean package -DskipTests -pl '!frontend' && \
cd backend/app/target/dependency && \
jar -xf ../*.jar
FROM ghcr.io/cordys-dev/cordys-base
FROM ghcr.io/cordys-dev/cordys-base:latest
LABEL maintainer="FIT2CLOUD <support@fit2cloud.com>"