Skip to content

Commit

Permalink
Pinned version of locust-plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredeen committed May 3, 2024
1 parent ab1f501 commit ec249d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM locustio/locust:2.25.0
WORKDIR /home/locust

# Install the locust-plugins dashboards plugin
RUN pip3 install locust-plugins[dashboards]
RUN pip3 install --no-cache-dir locust-plugins[dashboards]==4.4.2

# Copy the Locust files into the container
COPY --chown=locust:locust locust-ui.conf locust.conf
Expand Down

0 comments on commit ec249d9

Please sign in to comment.