Merge pull request #371 from resin-io/355-deltas-aufs-mount

Bump docker-delta to v1.0.1 to fix deltas on aufs when there's many layers
This commit is contained in:
Pablo Carranza Vélez 2016-12-20 21:07:37 -03:00 committed by GitHub
commit c553efc1db

View File

@ -19,7 +19,7 @@
"bluebird": "^3.0.0",
"body-parser": "^1.12.0",
"buffer-equal-constant-time": "^1.0.1",
"docker-delta": "1.0.0",
"docker-delta": "1.0.1",
"docker-progress": "^2.3.1",
"docker-toolbelt": "^1.3.0",
"dockerode": "~2.2.9",
@ -51,4 +51,4 @@
"resin-lint": "^1.3.1",
"versionist": "^2.6.2"
}
}
}