Skip to content

Commit 498e785

Browse files
authored
Bump versions of localstack and azure (#3616)
Updates versions of localstack and azure in docker-compose.
1 parent 6158107 commit 498e785

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ networks:
2727

2828
services:
2929
localstack:
30-
image: localstack/localstack:${LOCALSTACK_VERSION:-2.0.2}
30+
image: localstack/localstack:${LOCALSTACK_VERSION:-2.1.0}
3131
container_name: localstack
3232
ports:
3333
- "${MAP_HOST_LOCALSTACK:-127.0.0.1}:4566:4566"
@@ -137,7 +137,7 @@ services:
137137
retries: 100
138138

139139
azurite:
140-
image: mcr.microsoft.com/azure-storage/azurite:${AZURITE_VERSION:-3.23.0}
140+
image: mcr.microsoft.com/azure-storage/azurite:${AZURITE_VERSION:-3.24.0}
141141
container_name: azurite
142142
ports:
143143
- "${MAP_HOST_AZURITE:-127.0.0.1}:10000:10000" # Blob store port

0 commit comments

Comments
 (0)