Skip to content

Commit

Permalink
🐳🪝 Pull latest azurite image automatically (#170)
Browse files Browse the repository at this point in the history
Pull latest azurite image automatically
  • Loading branch information
OLILHR authored Sep 17, 2024
1 parent b8a1860 commit 28308bf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,9 @@ updates:
interval: "weekly"
reviewers:
- "hf-krechan"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
reviewers:
- "@Hochfrequenz/frontend-developers-review-team"
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
azurite:
image: mcr.microsoft.com/azure-storage/azurite
image: mcr.microsoft.com/azure-storage/azurite:latest
ports:
- 10000:10000
command: azurite-blob --blobHost 0.0.0.0
Expand Down

0 comments on commit 28308bf

Please sign in to comment.