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.
2 parents a44d5e6 + 6e5f18a commit 521755fCopy full SHA for 521755f
Dockerfile
@@ -10,7 +10,7 @@ RUN mkdir /tools
10
# Only for emqx-builder/4.4
11
ENV BUILD_WITHOUT_QUIC=1
12
ARG EMQTT_BENCH_REF
13
-ENV EMQTT_BENCH_REF=${EMQTT_BENCH_REF:-0.4.4}
+ENV EMQTT_BENCH_REF=${EMQTT_BENCH_REF:-0.4.5}
14
15
RUN git clone --depth=1 --branch=${EMQTT_BENCH_REF} https://github.com/emqx/emqtt-bench.git /tools/emqtt-bench \
16
&& make -C /tools/emqtt-bench
0 commit comments