feat: add version badge in ui

This commit is contained in:
ReaJason
2025-02-03 00:25:45 +08:00
parent 9ea8dad68b
commit 65bef5ffb6
4 changed files with 61 additions and 1 deletions
+4 -1
View File
@@ -1,8 +1,11 @@
ARG VERSION="1.0.0"
FROM eclipse-temurin:17-jre
LABEL authors="ReaJason<[email protected]>"
WORKDIR /app
COPY build/libs/boot.jar app.jar
COPY build/libs/boot-${ARG}.jar app.jar
ENV JAVA_OPTS="" \
INTER_JAVA_OPTS="--add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.xml/com.sun.org.apache.xalan.internal.xsltc.trax=ALL-UNNAMED --add-opens=java.xml/com.sun.org.apache.xalan.internal.xsltc.runtime=ALL-UNNAMED"