diff --git a/docker/Dockerfile b/docker/Dockerfile index 39b813f..6684777 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -23,7 +23,7 @@ COPY . . RUN ./gradlew --no-daemon :api:clean :api:build -x test # Stage 2: Package the application into a runtime image using temurin JRE. -FROM eclipse-temurin:25.0.3_9-jre-jammy +FROM eclipse-temurin:25.0.4_7-jre-jammy WORKDIR /app # Copy the generated jar from the builder stage.