Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update minio/mc docker tag to v2025 #4762

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-compose.override.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
# mount mock-data/meca, copy .meca and .zip to minio biorxiv s3
loadbucket:
image: minio/mc:RELEASE.2022-12-24T15-21-38Z
image: minio/mc:RELEASE.2025-01-17T23-25-50Z.fips
depends_on:
createbucket:
condition: service_completed_successfully
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
start_period: 2s

createbucket:
image: minio/mc:RELEASE.2022-12-24T15-21-38Z
image: minio/mc:RELEASE.2025-01-17T23-25-50Z.fips
depends_on:
- minio
entrypoint: >
Expand Down
Loading