From 111ca2eae2bc1a562f4b16e2cbc77040a5c138e6 Mon Sep 17 00:00:00 2001 From: "Mateusz \"Serafin\" Gajewski" Date: Tue, 16 Apr 2024 15:08:53 +0200 Subject: [PATCH] Update Phoenix to 5.2.0 and HBase to 2.5.8 --- testing/phoenix5/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/phoenix5/Dockerfile b/testing/phoenix5/Dockerfile index e5047abf..7d2352c2 100644 --- a/testing/phoenix5/Dockerfile +++ b/testing/phoenix5/Dockerfile @@ -13,9 +13,9 @@ ARG ARCH FROM testing/centos7-oj11:unlabelled$ARCH -ARG HBASE_VERSION=2.4.7 +ARG HBASE_VERSION=2.5.8 ARG ZOOKEEPER_VERSION=3.5.7 -ARG PHOENIX_VERSION=5.1.2 +ARG PHOENIX_VERSION=5.2.0 ARG PHOENIX_HBASE_VERSION=2.4-$PHOENIX_VERSION ARG IMAGE_ROOT_INSTALL=/usr/local/lib