Skip to content

Commit

Permalink
@sanderegg review: default
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov committed Aug 20, 2024
1 parent d8a72a1 commit d37e61b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/performance/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

ARG LOCUST_VERSION
FROM locustio/locust:${LOCUST_VERSION:-2.29.1}
ARG LOCUST_VERSION=latest
FROM locustio/locust:${LOCUST_VERSION}


RUN pip3 --version && \
Expand Down

0 comments on commit d37e61b

Please sign in to comment.