Skip to content

Commit 247d772

Browse files
committed
upgrade to latest minio
1 parent 65e247d commit 247d772

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

services/docker-compose-ops-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
services:
2222
minio:
23-
image: minio/minio:RELEASE.2020-05-16T01-33-21Z
23+
image: minio/minio:RELEASE.2025-04-22T22-12-26Z
2424
init: true
2525
environment:
2626
MINIO_ACCESS_KEY : ${S3_ACCESS_KEY:?access_key_required}

services/docker-compose-ops.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ services:
5353
- portainer_data:/data
5454

5555
minio:
56-
image: minio/minio:RELEASE.2023-12-02T10-51-33Z
56+
image: minio/minio:RELEASE.2025-04-22T22-12-26Z
5757
init: true
5858
environment:
5959
MINIO_ROOT_USER : ${S3_ACCESS_KEY:?access_key_required}

0 commit comments

Comments
 (0)