Skip to content

Commit

Permalink
Updated azurite version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderYW committed Apr 24, 2022
1 parent 3d41d1c commit 03e056f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
# Runs app on the same network as the database container, allows "forwardPorts" in devcontainer.json function.
network_mode: service:storage
storage:
image: mcr.microsoft.com/azure-storage/azurite:3.14.2
image: mcr.microsoft.com/azure-storage/azurite:3.16.0
restart: unless-stopped
volumes:
- azurite-data:/data/storage
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install -g azurite@3.14.2
- run: npm install -g azurite@3.16.0
- run: azurite-blob --silent --loose --debug debug.log &
- run: npm ci
- run: cp .env.example .env
Expand Down

0 comments on commit 03e056f

Please sign in to comment.