Skip to content

Commit

Permalink
deps: update »MinIO« to 2025-02-18T16-25-55Z
Browse files Browse the repository at this point in the history
  • Loading branch information
agebhar1 committed Feb 19, 2025
1 parent 4307f4b commit d6846d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ EOF
#
# install MinIO client
#
MINIO_VERSION=2025-01-20T14-49-07Z
MINIO_VERSION=2025-02-18T16-25-55Z
curl -L --silent --fail https://dl.min.io/client/mc/release/linux-amd64/archive/mc.RELEASE.${MINIO_VERSION} -o ~/.local/bin/mcli || \
curl -L --silent --fail https://dl.min.io/client/mc/release/linux-amd64/mc.RELEASE.${MINIO_VERSION} -o ~/.local/bin/mcli || \
Expand Down
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ services:
<<: *labels

minio:
image: minio/minio:RELEASE.2025-01-20T14-49-07Z
image: minio/minio:RELEASE.2025-02-18T16-25-55Z
volumes:
- ${MINIO_DATA:-minio_data}:/data
environment:
Expand Down

0 comments on commit d6846d2

Please sign in to comment.