Skip to content

Commit

Permalink
Pin locustio/locust Docker tag to 80486b5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 13, 2025
1 parent 948ff6e commit 3b4c67c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions locust/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
master:
image: locustio/locust
image: locustio/locust@sha256:80486b5fe9cf3caecfa1f478c5c89b21f423fbce6ddf03bbd4c63e04d1c71873
user: root
ports:
- "8089:8089"
Expand All @@ -24,7 +24,7 @@ services:
- ENVIRONMENT=${ENVIRONMENT:-staging}

worker:
image: locustio/locust
image: locustio/locust@sha256:80486b5fe9cf3caecfa1f478c5c89b21f423fbce6ddf03bbd4c63e04d1c71873
user: root
volumes:
- ./:/mnt/locust
Expand Down

0 comments on commit 3b4c67c

Please sign in to comment.