From ec02f40d422db59fdd15340891a3480d731650f3 Mon Sep 17 00:00:00 2001 From: Philip Hyunsu Cho Date: Wed, 15 Apr 2020 07:32:46 -0700 Subject: [PATCH] [CI] Use Ubuntu 18.04 LTS in JVM CI, because 19.04 is EOL (#5537) --- tests/ci_build/Dockerfile.jvm_cross | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ci_build/Dockerfile.jvm_cross b/tests/ci_build/Dockerfile.jvm_cross index 7cb953bb0..1e3c146e2 100644 --- a/tests/ci_build/Dockerfile.jvm_cross +++ b/tests/ci_build/Dockerfile.jvm_cross @@ -1,4 +1,4 @@ -FROM ubuntu:19.04 +FROM ubuntu:18.04 ARG JDK_VERSION=8 ARG SPARK_VERSION=2.4.3