Skip to content

Commit

Permalink
dependabot-1 Bumped docker-compose image tags for test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
bdebyl committed Jul 15, 2022
1 parent 8b88665 commit 53d26c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 53d26c1

Please sign in to comment.