We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8ca8c6 commit 9bb82b1Copy full SHA for 9bb82b1
docker/Dockerfile
@@ -23,7 +23,7 @@ COPY . .
23
RUN ./gradlew --no-daemon :api:clean :api:build -x test
24
25
# Stage 2: Package the application into a runtime image using temurin JRE 21.
26
-FROM eclipse-temurin:21.0.8_9-jre-jammy
+FROM eclipse-temurin:25-jre-jammy
27
WORKDIR /app
28
29
# Copy the generated jar from the builder stage.
0 commit comments