From d670d85983003e0aa6b1f9ab9dd7c277a46fdbf4 Mon Sep 17 00:00:00 2001 From: streamnativebot Date: Sat, 2 Aug 2025 21:24:15 +0000 Subject: [PATCH] "Created by snbot" --- scripts/run-integration-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run-integration-tests.sh b/scripts/run-integration-tests.sh index 3574878a..8593c0a0 100755 --- a/scripts/run-integration-tests.sh +++ b/scripts/run-integration-tests.sh @@ -3,7 +3,7 @@ set -e readonly PROJECT_ROOT=`cd $(dirname $0)/..; pwd` readonly IMAGE_NAME=pulsarctl-test -readonly PULSAR_DEFAULT_VERSION="4.0.4.3" +readonly PULSAR_DEFAULT_VERSION="4.0.5.5" readonly PULSAR_VERSION=${PULSAR_VERSION:-${PULSAR_DEFAULT_VERSION}} docker build --build-arg PULSAR_VERSION=${PULSAR_VERSION} \