Skip to content

Commit

Permalink
Updating azurite version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderYW committed Aug 5, 2022
1 parent ee771e3 commit 73fc3fd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1,087 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.134.0/containers/javascript-node/.devcontainer/base.Dockerfile
ARG VARIANT="14"
ARG VARIANT="18"
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:0-${VARIANT}

ARG USER_UID=1000
Expand Down
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.17.1
image: mcr.microsoft.com/azure-storage/azurite:3.18.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.17.1
- run: npm install -g azurite@3.18.0
- run: azurite-blob --silent --loose --debug debug.log &
- run: npm ci
- run: cp .env.example .env
Expand Down

0 comments on commit 73fc3fd

Please sign in to comment.