From da4fb373376e437b95022160821f07ad390f6de4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 07:54:25 +0000 Subject: [PATCH] chore(deps): update locustio/locust docker tag to v2.31.6 --- test/lpt-locust/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lpt-locust/Dockerfile b/test/lpt-locust/Dockerfile index 88b0876c..c578eb98 100644 --- a/test/lpt-locust/Dockerfile +++ b/test/lpt-locust/Dockerfile @@ -1,4 +1,4 @@ -FROM locustio/locust:2.25.0 +FROM locustio/locust:2.31.6 COPY src /locust-config RUN pip3 install -r /locust-config/requirements.txt ENV LOCUST_LOCUSTFILE /locust-config/locustfile.py