Skip to content

Commit 7db5b28

Browse files
committed
Issue #148 bump Docker build stage from JDK 24 to JDK 25 LTS
1 parent dec2bbe commit 7db5b28

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@v4
1515

16-
- name: Set up JDK 24
16+
- name: Set up JDK 25
1717
uses: actions/setup-java@v4
1818
with:
1919
distribution: oracle
20-
java-version: '24'
20+
java-version: '25'
2121
cache: 'maven'
2222

2323
- name: Build and verify

jdt2jar/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
FROM eclipse-temurin:24-jdk AS build
3+
FROM eclipse-temurin:25-jdk AS build
44
WORKDIR /build
55
COPY . .
66
RUN ["./mvnw", "-pl", "jdt2jar", "-am", "package", "-DskipTests", "-Dsurefire.failIfNoSpecifiedTests=false"]

0 commit comments

Comments
 (0)