bump node-docker-delta version to 0.0.10

this version fixes the issue where failed attempts to apply the delta
result in a lot of docker images on the disk, which could also
potentially lead to out of space issues

Signed-off-by: Petros Angelatos <petrosagg@gmail.com>
This commit is contained in:
Petros Angelatos 2016-06-16 08:42:36 +00:00
parent 7e7628aa2d
commit ff97ecb756
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
* Cleanup docker images if delta failed [petrosagg]
* Make the data path configurable [Pablo]
# v1.11.3

View File

@ -12,7 +12,7 @@
"body-parser": "^1.12.0",
"buffer-equal-constant-time": "^1.0.1",
"coffee-script": "~1.9.1",
"docker-delta": "0.0.9",
"docker-delta": "0.0.10",
"docker-progress": "^2.1.0",
"dockerode": "~2.2.9",
"event-stream": "^3.0.20",