Skip to content

Commit

Permalink
Pin locustio/locust Docker tag to be1a0fd
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 25, 2024
1 parent 948ff6e commit 8407c07
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:be1a0fdfa25408f0b6e63890b981f29e4b0be59eab050c7619aef974095caf57
user: root
ports:
- "8089:8089"
Expand All @@ -24,7 +24,7 @@ services:
- ENVIRONMENT=${ENVIRONMENT:-staging}

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

0 comments on commit 8407c07

Please sign in to comment.