diff --git a/test/lpt-locust/Dockerfile b/test/lpt-locust/Dockerfile index c4d06744..88b0876c 100644 --- a/test/lpt-locust/Dockerfile +++ b/test/lpt-locust/Dockerfile @@ -1,4 +1,4 @@ -FROM locustio/locust:2.24.1 +FROM locustio/locust:2.25.0 COPY src /locust-config RUN pip3 install -r /locust-config/requirements.txt ENV LOCUST_LOCUSTFILE /locust-config/locustfile.py