From a98d208a06d4534fdd1c2b2f8ed469d6efd85d66 Mon Sep 17 00:00:00 2001 From: Yuya Ebihara Date: Tue, 1 Oct 2024 10:48:26 +0900 Subject: [PATCH] Update Phoenix version to 2.5.10 2.5.9 no longer exists in https://dlcdn.apache.org/hbase/. --- testing/phoenix5/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/phoenix5/Dockerfile b/testing/phoenix5/Dockerfile index c00167c0..17b5cf5e 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.9 +ARG HBASE_VERSION=2.5.10 ARG ZOOKEEPER_VERSION=3.9.2 ARG PHOENIX_VERSION=5.2.0 ARG PHOENIX_HBASE_VERSION=2.5-$PHOENIX_VERSION