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