From 6ec7ef105d94ae9e9069a47749116dd705550477 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 09:47:24 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F(project)=20upgrade=20locusti?= =?UTF-8?q?o/locust=20Docker=20tag=20to=20v2.32.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | docker | locustio/locust | 2.32.6 | 2.32.8 | --- src/bench/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bench/Dockerfile b/src/bench/Dockerfile index b0d670c4..2d661042 100644 --- a/src/bench/Dockerfile +++ b/src/bench/Dockerfile @@ -1,4 +1,4 @@ -FROM locustio/locust:2.32.6 +FROM locustio/locust:2.32.8 RUN pip install \ pandas \