From 54c78b443642c26969e126ae5a93d27603b5134f Mon Sep 17 00:00:00 2001 From: Yuya Ebihara Date: Thu, 25 Jul 2024 10:19:15 +0900 Subject: [PATCH] Update HBase version to 2.5.9 2.5.8 was removed from dlcdn. --- testing/phoenix5/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/phoenix5/Dockerfile b/testing/phoenix5/Dockerfile index 5e026fde..c00167c0 100644 --- a/testing/phoenix5/Dockerfile +++ b/testing/phoenix5/Dockerfile @@ -13,7 +13,7 @@ ARG ARCH FROM testing/almalinux9-oj11:unlabelled$ARCH -ARG HBASE_VERSION=2.5.8 +ARG HBASE_VERSION=2.5.9 ARG ZOOKEEPER_VERSION=3.9.2 ARG PHOENIX_VERSION=5.2.0 ARG PHOENIX_HBASE_VERSION=2.5-$PHOENIX_VERSION