Skip to content

Commit

Permalink
build(deps): bump all dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Jan-Otto Kröpke <[email protected]>
Signed-off-by: Jan-Otto Kröpke <[email protected]>
  • Loading branch information
jkroepke committed Aug 3, 2024
1 parent 4b9591a commit 15b00bf
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion examples/config-azure.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"distSpecVersion": "1.1.0-dev",
"distSpecVersion": "1.1.0",
"storage": {
"rootDirectory": "/tmp/zot",
"dedupe": false,
"remoteCache": false,
"storageDriver": {
"name": "azure",
"rootdirectory": "/zot",
Expand All @@ -13,6 +15,8 @@
"subPaths": {
"/a": {
"rootDirectory": "/tmp/zot1",
"dedupe": false,
"remoteCache": false,
"storageDriver": {
"name": "azure",
"rootdirectory": "/zot-a",
Expand All @@ -24,6 +28,8 @@
},
"/b": {
"rootDirectory": "/tmp/zot2",
"dedupe": false,
"remoteCache": false,
"storageDriver": {
"name": "azure",
"rootdirectory": "/zot-b",
Expand All @@ -35,6 +41,8 @@
},
"/c": {
"rootDirectory": "/tmp/zot3",
"dedupe": false,
"remoteCache": false,
"storageDriver": {
"name": "azure",
"rootdirectory": "/zot-c",
Expand Down

0 comments on commit 15b00bf

Please sign in to comment.