Fix issue where emulated builds broke Docker ARG commands

This commit is contained in:
Tim Perry 2017-06-27 15:05:54 +02:00
parent 4fa8d86f02
commit 8d3987fc70
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",