From df6ca4d2770d02ba9831a04cdce36a8d861dd148 Mon Sep 17 00:00:00 2001 From: Tarun Menon Date: Fri, 12 Jul 2024 12:41:33 +1000 Subject: [PATCH] fix version --- locust-distributed/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locust-distributed/Dockerfile b/locust-distributed/Dockerfile index 1a4d3a7..8ab41f3 100644 --- a/locust-distributed/Dockerfile +++ b/locust-distributed/Dockerfile @@ -1,6 +1,6 @@ FROM python:3.6-alpine -ARG LOCUST_VERSION="2.31.1" +ARG LOCUST_VERSION="2.23.1" ENV LOCUST_VERSION $LOCUST_VERSION RUN apk --no-cache add \