This commit is contained in:
root
2025-11-23 18:59:04 +05:00
parent fd8796c1f1
commit a8c7af4276
+1 -1
View File
@@ -5,7 +5,7 @@ RUN mvn dependency:resolve
COPY . .
RUN mvn clean install -DskipTests
FROM openjdk:21-jdk-slim
FROM eclipse-temurin:21-jre
# Create a non-root user and group for security
RUN groupadd -r appgroup && useradd -r -s /bin/false -g appgroup appuser