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 7a3cd7a commit 7bb07eaCopy full SHA for 7bb07ea
Dockerfile
@@ -4,7 +4,7 @@ WORKDIR /app
4
COPY . /app
5
RUN gradle -i --stacktrace clean build
6
7
-FROM eclipse-temurin:21
+FROM eclipse-temurin:25
8
9
ENV LOGGING_LEVEL=INFO
10
0 commit comments