From a1a94eb49e5495425633ade4da387af5b2230dac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Aug 2023 13:15:00 +0000 Subject: [PATCH] chore(deps): update locustio/locust docker tag to v2.16.1 --- 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 8e589ea6..c628fb86 100644 --- a/test/lpt-locust/Dockerfile +++ b/test/lpt-locust/Dockerfile @@ -1,4 +1,4 @@ -FROM locustio/locust:2.15.1 +FROM locustio/locust:2.16.1 RUN pip3 install kubernetes COPY src /locust-config ENV LOCUST_LOCUSTFILE /locust-config/locustfile.py