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:
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. All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/). 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 ## [6.0.0] - 2017-06-26
### Added ### Added

View File

@ -48,7 +48,7 @@
"coffee-script": "^1.12.6", "coffee-script": "^1.12.6",
"columnify": "^1.5.2", "columnify": "^1.5.2",
"denymount": "^2.2.0", "denymount": "^2.2.0",
"docker-qemu-transpose": "^0.2.1", "docker-qemu-transpose": "^0.2.2",
"docker-toolbelt": "^1.3.3", "docker-toolbelt": "^1.3.3",
"dockerode": "^2.5.0", "dockerode": "^2.5.0",
"drivelist": "^5.0.22", "drivelist": "^5.0.22",