Skip to content

Commit

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

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

0 comments on commit 1f0f4fb

Please sign in to comment.