diff --git a/docker-compose.yml b/docker-compose.yml index d97c87e2..292e0fba 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ version: '3' services: minio: - image: minio/minio:RELEASE.2020-11-06T23-17-07Z + image: minio/minio:RELEASE.2022-07-15T03-44-22Z environment: MINIO_ACCESS_KEY: AKIAIOSFODNN7EXAMPLE MINIO_SECRET_KEY: wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY @@ -10,7 +10,7 @@ services: - 9000:9000 command: server /data fake-gcs: - image: fsouza/fake-gcs-server:1.18.3 + image: fsouza/fake-gcs-server:1.38.3 ports: - 4443:4443 command: -public-host localhost -scheme http @@ -20,12 +20,12 @@ services: - "22:22" command: foo:pass:::sftp_test bar:pass:::plugin_test azurite: - image: mcr.microsoft.com/azure-storage/azurite + image: mcr.microsoft.com/azure-storage/azurite:3.18.0 ports: - "10000:10000" command: azurite-blob --blobHost 0.0.0.0 configure-buckets: - image: minio/mc:RELEASE.2020-10-03T02-54-56Z + image: minio/mc:RELEASE.2022-07-11T16-16-12Z entrypoint: sh depends_on: - minio