1
0
mirror of https://github.com/offen/docker-volume-backup.git synced 2025-11-23 21:44:40 +02:00

Bump github.com/Azure/azure-sdk-for-go/sdk/storage/azblob from 1.2.1 to 1.4.0 (#442)

This commit is contained in:
dependabot[bot]
2024-07-23 18:33:13 +00:00
committed by GitHub
parent 631ca3e07d
commit 2af5bdf4d9
3 changed files with 20 additions and 20 deletions

View File

@@ -2,7 +2,7 @@ version: '3'
services:
storage:
image: mcr.microsoft.com/azure-storage/azurite:3.26.0
image: mcr.microsoft.com/azure-storage/azurite:3.31.0
volumes:
- ${DATA_DIR:-./data}:/data
command: azurite-blob --blobHost 0.0.0.0 --blobPort 10000 --location /data