Bump docker-delta to v1.0.1 to fix deltas on aufs when there's many layers

Fixes #355
Change-Type: patch
Signed-off-by: Pablo Carranza Velez <pablo@resin.io>
This commit is contained in:
Pablo Carranza Velez 2016-12-20 17:48:38 -03:00
parent d1e8be2ae3
commit dd708ac3f9

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"
}
}
}