Skip to content

Commit

Permalink
fix(ci): Pinned MinIO version in core docker compose (#3017)
Browse files Browse the repository at this point in the history
  • Loading branch information
JR-Morgan authored Nov 1, 2023
1 parent 573eedb commit e351149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
retries: 30

minio:
image: "minio/minio"
image: "minio/minio:RELEASE.2023-10-25T06-33-25Z"
command: server /data --console-address ":9001"
restart: always
volumes:
Expand Down

0 comments on commit e351149

Please sign in to comment.