We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21859d5 commit 848fef6Copy full SHA for 848fef6
scripts/run-integration-tests.sh
@@ -3,7 +3,7 @@ set -e
3
4
readonly PROJECT_ROOT=`cd $(dirname $0)/..; pwd`
5
readonly IMAGE_NAME=pulsarctl-test
6
-readonly PULSAR_DEFAULT_VERSION="4.0.4.3"
+readonly PULSAR_DEFAULT_VERSION="4.0.7.1"
7
readonly PULSAR_VERSION=${PULSAR_VERSION:-${PULSAR_DEFAULT_VERSION}}
8
9
docker build --build-arg PULSAR_VERSION=${PULSAR_VERSION} \
0 commit comments