Skip to content

Commit 98e7b42

Browse files
committed
Update openjdk from 8 to 17
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
1 parent 2789813 commit 98e7b42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e/docker/Dockerfile.tool

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM openjdk:8
1+
FROM openjdk:17-jdk-slim
22

33
WORKDIR /tests
44

@@ -12,7 +12,7 @@ RUN rm ${COMMIT_HASH}.tar.gz
1212

1313
RUN ./mvnw -B -DskipTests package
1414

15-
FROM openjdk:8
15+
FROM openjdk:17-jdk-slim
1616

1717
EXPOSE 19876 12800
1818

0 commit comments

Comments
 (0)