Merge pull request from resin-io/580-fix-emulated-build-arg

Fix issue where emulated builds broke Docker ARG commands
This commit is contained in:
Tim Perry 2017-06-27 16:07:05 +02:00 committed by GitHub
commit cb550f65bb
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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",