diff --git a/docker/Dockerfile b/docker/Dockerfile index e7bf955..302e6d3 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-jre-jammy +FROM eclipse-temurin:25.0.1_8-jre-jammy WORKDIR /app # Copy the generated jar from the builder stage.