diff --git a/CHANGELOG.md b/CHANGELOG.md index cf2b6d50..b3972376 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 77092ec6..be4f378c 100644 --- a/package.json +++ b/package.json @@ -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",