From 0b8792931a39310aafc203f1ff83641a9a052271 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 10:37:46 +0000 Subject: [PATCH] chore(deps): update locustio/locust docker tag to v2.32.2 --- 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 e6d45dfd..db70387a 100644 --- a/test/lpt-locust/Dockerfile +++ b/test/lpt-locust/Dockerfile @@ -1,4 +1,4 @@ -FROM locustio/locust:2.31.8 +FROM locustio/locust:2.32.2 COPY src /locust-config RUN pip3 install -r /locust-config/requirements.txt ENV LOCUST_LOCUSTFILE /locust-config/locustfile.py