Skip to content

Commit b4b1a32

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

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:13-jdk
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:13-jdk
1616

1717
EXPOSE 19876 12800
1818

0 commit comments

Comments
 (0)