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