We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47171f9 commit 4ea8a37Copy full SHA for 4ea8a37
1 file changed
internal/e2e/docker-compose.yml
@@ -22,7 +22,7 @@ services:
22
retries: 5
23
24
burritotest-azurite:
25
- image: mcr.microsoft.com/azure-storage/azurite:3.35.0
+ image: mcr.microsoft.com/azure-storage/azurite:3.36.0
26
hostname: azurite
27
command:
28
- azurite
@@ -44,7 +44,7 @@ services:
44
- ./scripts:/scripts
45
46
burritotest-gcs:
47
- image: fsouza/fake-gcs-server:1.54.0
+ image: fsouza/fake-gcs-server:1.55.1
48
hostname: gcs
49
50
- -backend=memory
0 commit comments