From 47bcb47b4d32fe99302a88af6c2d8fc90a22d7a2 Mon Sep 17 00:00:00 2001 From: streamnativebot Date: Thu, 4 Jul 2024 07:43:50 +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 6cd666a4..f03c6899 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="2.10.5.17" +readonly PULSAR_DEFAULT_VERSION="2.10.5.17-57af94" readonly PULSAR_VERSION=${PULSAR_VERSION:-${PULSAR_DEFAULT_VERSION}} docker build --build-arg PULSAR_VERSION=${PULSAR_VERSION} \