Skip to content

Commit

Permalink
Updated minio docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
niemyjski committed Jan 5, 2024
1 parent 66c194a commit c6d0077
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '2'

services:
minio:
image: minio/minio:RELEASE.2023-03-24T21-41-23Z
image: minio/minio:RELEASE.2024-01-01T16-36-33Z
command:
- server
- "/data"
Expand All @@ -15,4 +15,4 @@ services:
image: andrewlock/wait-for-dependencies
command: minio:9000
depends_on:
- minio
- minio

0 comments on commit c6d0077

Please sign in to comment.