update JWO version to fix bug
All checks were successful
CI / build (push) Successful in 34m13s

the `RBCS_CONFIGURATION_DIR` was ignored because of a bug in JWO
This commit is contained in:
2025-02-25 20:10:09 +08:00
parent ac4f0fdd19
commit 1510956989
2 changed files with 2 additions and 1 deletions

View File

@@ -18,4 +18,5 @@ ENTRYPOINT ["java", "-Dlogback.configurationFile=logback.xml", "-XX:+UseSerialGC
FROM scratch AS release-native
ADD rbcs-cli.upx rbcs-cli
ENV RBCS_CONFIGURATION_DIR="."
ENTRYPOINT ["./rbcs-cli"]