mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-26 00:41:04 +00:00
Merge pull request #582 from resin-io/580-fix-emulated-build-arg
Fix issue where emulated builds broke Docker ARG commands
This commit is contained in:
commit
cb550f65bb
@ -3,6 +3,10 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fix issue where emulated builds broke Docker `ARG` commands
|
||||
|
||||
## [6.0.0] - 2017-06-26
|
||||
|
||||
### Added
|
||||
|
@ -48,7 +48,7 @@
|
||||
"coffee-script": "^1.12.6",
|
||||
"columnify": "^1.5.2",
|
||||
"denymount": "^2.2.0",
|
||||
"docker-qemu-transpose": "^0.2.1",
|
||||
"docker-qemu-transpose": "^0.2.2",
|
||||
"docker-toolbelt": "^1.3.3",
|
||||
"dockerode": "^2.5.0",
|
||||
"drivelist": "^5.0.22",
|
||||
|
Loading…
Reference in New Issue
Block a user