From 680d244f71567e9f9354b4104e514f6b9f29f65a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 01:32:48 +0000 Subject: [PATCH] chore(deps): update locustio/locust docker tag to v2.24.0 --- 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 32c0c9f8..b8956440 100644 --- a/test/lpt-locust/Dockerfile +++ b/test/lpt-locust/Dockerfile @@ -1,4 +1,4 @@ -FROM locustio/locust:2.21.0 +FROM locustio/locust:2.24.0 COPY src /locust-config RUN pip3 install -r /locust-config/requirements.txt ENV LOCUST_LOCUSTFILE /locust-config/locustfile.py