From b5f86dea1699df997af687383e2f1ddc2fc65366 Mon Sep 17 00:00:00 2001 From: Hyunsu Cho Date: Wed, 15 Apr 2020 06:29:55 -0700 Subject: [PATCH] [CI] Use Ubuntu 18.04 LTS in JVM CI, because 19.10 is EOL --- 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 7cb953bb0faa..1e3c146e28cb 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