Skip to content

Commit fbb3508

Browse files
committed
Bump MinIO version
The previous, outdated version of MinIO did not work correctly with the latest AWS CLI, resulting in an `invalid argument (invalid/missing checksum)` error. This issue has been fixed in MinIO a while ago (minio/minio#19680).
1 parent 2befc10 commit fbb3508

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
services:
33
minio:
4-
image: quay.io/minio/minio:RELEASE.2023-04-13T03-08-07Z
4+
image: quay.io/minio/minio:RELEASE.2025-02-28T09-55-16Z
55
command: minio server /data
66
ports:
77
- 9000:9000

local/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# regularly takes 2 minutes to download 20MB of binary). The only other way
66
# they distribute the CLI is from Docker, so we load their image as a stage and
77
# then copy the binary from it later in the build.
8-
FROM quay.io/minio/mc:RELEASE.2023-04-12T02-21-51Z AS mc
8+
FROM quay.io/minio/mc:RELEASE.2025-02-21T16-00-46Z AS mc
99

1010
FROM ubuntu:24.04
1111

0 commit comments

Comments
 (0)