Skip to content

Commit a15f962

Browse files
committed
downgrade to java version 25
1 parent a3ae047 commit a15f962

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr_checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/setup-java@v5
1616
with:
1717
distribution: 'temurin'
18-
java-version: '26'
18+
java-version: '25'
1919
- name: cache local Maven repository
2020
uses: actions/cache@v4
2121
with:

dashboard-service/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
#RUN mvn clean package
1111

12-
FROM openjdk:26-ea-trixie
12+
FROM openjdk:25-ea-1-slim
1313

1414
ARG VERSION=0.1
1515

0 commit comments

Comments
 (0)