Skip to content

Commit

Permalink
Update Azurite Image Tag (#860)
Browse files Browse the repository at this point in the history
Use 3.13.0 tag for Azurite image
  • Loading branch information
wsugarman authored Jun 29, 2021
1 parent 7518754 commit 5cb27c0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion docker/docker-compose.dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,13 @@ services:
- sql
- azurite
azurite:
image: mcr.microsoft.com/azure-storage/azurite
image: mcr.microsoft.com/azure-storage/azurite:3.13.0@sha256:349f106b240c5fd5ecb146c3aa121c531c8a1080badb762099d886703bc39fa0
# # These port bindings [source]:[dest] can be uncommented to connect to the storage emulator via Microsoft Azure Storage Explorer
# # Note that the source ports may need to change if a storage emulator is already running on localhost
# ports:
# - "10001:10001"
# - "10000:10000"
# - "10002:10002"
sql:
build:
context: ./..
Expand All @@ -25,3 +31,6 @@ services:
interval: 10s
timeout: 10s
retries: 6
# # These port bindings [source]:[dest] can be uncommented to connect to SQL Server via Microsoft SQL Management Studio
# ports:
# - "1433:1433"
2 changes: 1 addition & 1 deletion samples/docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
- azurite

azurite:
image: mcr.microsoft.com/azure-storage/azurite
image: mcr.microsoft.com/azure-storage/azurite:3.13.0@sha256:349f106b240c5fd5ecb146c3aa121c531c8a1080badb762099d886703bc39fa0
restart: always
# # Uncomment if you want to expose azure storage explorer against localhost
# ports:
Expand Down

0 comments on commit 5cb27c0

Please sign in to comment.