From 989ea9105f430e7e2d5696a6d2bf0afa3761e8ba Mon Sep 17 00:00:00 2001 From: Viraj Jasani Date: Tue, 14 Jan 2025 11:53:37 -0800 Subject: [PATCH] Upgrade Phoenix version to 5.2.1 --- testing/phoenix5/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/phoenix5/Dockerfile b/testing/phoenix5/Dockerfile index ee19a46a..5ac7b136 100644 --- a/testing/phoenix5/Dockerfile +++ b/testing/phoenix5/Dockerfile @@ -15,7 +15,7 @@ FROM testing/almalinux9-oj11:unlabelled$ARCH ARG HBASE_VERSION=2.5.10 ARG ZOOKEEPER_VERSION=3.9.3 -ARG PHOENIX_VERSION=5.2.0 +ARG PHOENIX_VERSION=5.2.1 ARG PHOENIX_HBASE_VERSION=2.5-$PHOENIX_VERSION ARG IMAGE_ROOT_INSTALL=/usr/local/lib