Update Dockerfile

This commit is contained in:
2025-11-13 23:52:27 +07:00
parent efc204a0c1
commit afede567c7
+1 -1
View File
@@ -12,7 +12,7 @@ RUN --mount=type=cache,target=/root/.gradle \
gradle build -x check -x test --no-daemon --parallel --build-cache && \
mv build/libs/*-all.jar app.jar
FROM eclipse-temurin:21-jre-jammy AS final
FROM eclipse-temurin:21-jre-alpine AS final
ARG UID=10001
RUN adduser \
--disabled-password \