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 a3ae047 commit a15f962Copy full SHA for a15f962
.github/workflows/pr_checks.yaml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/setup-java@v5
16
with:
17
distribution: 'temurin'
18
- java-version: '26'
+ java-version: '25'
19
- name: cache local Maven repository
20
uses: actions/cache@v4
21
dashboard-service/Dockerfile
@@ -9,7 +9,7 @@
9
10
#RUN mvn clean package
11
12
-FROM openjdk:26-ea-trixie
+FROM openjdk:25-ea-1-slim
13
14
ARG VERSION=0.1
0 commit comments