mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-20 17:52:51 +00:00
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:
parent
7e7628aa2d
commit
ff97ecb756
@ -1,3 +1,4 @@
|
||||
* Cleanup docker images if delta failed [petrosagg]
|
||||
* Make the data path configurable [Pablo]
|
||||
|
||||
# v1.11.3
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user