small optimization to make authenticator a singleton
CI / build (push) Successful in 1m50s

This commit is contained in:
2025-01-20 09:05:53 +08:00
parent fa5bb55baa
commit 06e9e7ca09
2 changed files with 31 additions and 24 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM 21-jre-alpine AS base-release
FROM eclipse-temurin:21-jre-alpine AS base-release
RUN adduser -D luser
USER luser
WORKDIR /home/luser