Skip to content

Commit a36f8d8

Browse files
committed
Update minio
1 parent 7d58aff commit a36f8d8

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-05-24T17-08-30Z
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-04-16T18-13-26Z AS mc
99

1010
FROM ubuntu:24.04
1111

0 commit comments

Comments
 (0)