From 7cae181c2964e4e73471d4ee585a129762a92b07 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 17:47:27 +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.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | docker | locustio/locust | 2.32.5 | 2.32.6 | --- src/bench/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bench/Dockerfile b/src/bench/Dockerfile index 4b5314cd..b0d670c4 100644 --- a/src/bench/Dockerfile +++ b/src/bench/Dockerfile @@ -1,4 +1,4 @@ -FROM locustio/locust:2.32.5 +FROM locustio/locust:2.32.6 RUN pip install \ pandas \