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

This commit is contained in:
2025-01-20 08:57:38 +08:00
parent fa5bb55baa
commit 06e9e7ca09
2 changed files with 31 additions and 24 deletions

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