Update Dockerfile

This commit is contained in:
2025-11-14 00:29:22 +07:00
parent b2854b29cf
commit 07dbdfc125
+1 -1
View File
@@ -14,7 +14,7 @@ RUN --mount=type=cache,target=/root/.gradle \
./gradlew build -x check -x test --no-daemon --parallel --build-cache && \
mv build/libs/*-all.jar app.jar
FROM eclipse-temurin:21.0.9_10-jre-alpine AS final
FROM eclipse-temurin:21.0.9_10-jdk-alpine AS final
ARG UID=10001
RUN adduser \
--disabled-password \