Update dependencies (multibuild, dockerode, docker-toolbelt, docker-progress)

Update resin-multibuild from 4.7.2 to 4.11.0

Change-type: patch
This commit is contained in:
Paulo Castro
2021-04-27 14:58:54 +01:00
parent d9821939d9
commit 2c922ee6d2
11 changed files with 889 additions and 494 deletions

View File

@ -1,6 +1,6 @@
/**
* @license
* Copyright 2016-2020 Balena Ltd.
* Copyright 2016-2021 Balena Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -229,7 +229,7 @@ ${dockerignoreHelp}
}
async deployProject(
docker: import('docker-toolbelt'),
docker: import('dockerode'),
logger: import('../utils/logger'),
composeOpts: ComposeOpts,
opts: {