Skip to content

Commit

Permalink
chore(deps): upgrade minio to include aws valid checksum (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
almutlue authored Feb 11, 2025
1 parent 4c77e34 commit 31c0290
Show file tree
Hide file tree
Showing 3 changed files with 919 additions and 896 deletions.
3 changes: 2 additions & 1 deletion deploy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
- modos-network

minio:
image: docker.io/bitnami/minio:2024
image: docker.io/bitnami/minio:2025.2.3
ports:
- "9000:9000" # api
- "9001:9001" # console
Expand All @@ -43,6 +43,7 @@ services:
- MINIO_SERVER_SECRET_KEY=${MINIO_SERVER_SECRET_KEY:-pass}
- MINIO_DEFAULT_BUCKETS=${MINIO_DEFAULT_BUCKET:-modos-demo:public}
- MINIO_REGION=us-east-1
- AWS_REQUEST_CHECKSUM_CALCULATION='WHEN_REQUIRED'


htsget:
Expand Down
Loading

0 comments on commit 31c0290

Please sign in to comment.