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 09bf4da commit 5bcc816Copy full SHA for 5bcc816
Dockerfile
@@ -4,7 +4,7 @@ WORKDIR /app
4
COPY --chown=gradle:gradle . /app
5
RUN gradle -i --stacktrace clean build
6
7
-FROM eclipse-temurin:21
+FROM eclipse-temurin:25
8
9
WORKDIR /opt/test-runner
10
COPY bin/run.sh bin/run.sh
0 commit comments