We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d58aff commit a36f8d8Copy full SHA for a36f8d8
docker-compose.yml
@@ -1,7 +1,7 @@
1
---
2
services:
3
minio:
4
- image: quay.io/minio/minio:RELEASE.2023-04-13T03-08-07Z
+ image: quay.io/minio/minio:RELEASE.2025-05-24T17-08-30Z
5
command: minio server /data
6
ports:
7
- 9000:9000
local/Dockerfile
@@ -5,7 +5,7 @@
# regularly takes 2 minutes to download 20MB of binary). The only other way
# they distribute the CLI is from Docker, so we load their image as a stage and
# then copy the binary from it later in the build.
8
-FROM quay.io/minio/mc:RELEASE.2023-04-12T02-21-51Z AS mc
+FROM quay.io/minio/mc:RELEASE.2025-04-16T18-13-26Z AS mc
9
10
FROM ubuntu:24.04
11
0 commit comments