Replaced envrionment -> environment
Signed-off-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
| ... | ... |
@@ -16,7 +16,7 @@ |
| 16 | 16 |
#### Builder |
| 17 | 17 |
- Fix escaping `$` for environment variables |
| 18 | 18 |
- Fix issue with lowercase `onbuild` Dockerfile instruction |
| 19 |
-- Restrict envrionment variable expansion to `ENV`, `ADD`, `COPY`, `WORKDIR`, `EXPOSE`, `VOLUME` and `USER` |
|
| 19 |
+- Restrict environment variable expansion to `ENV`, `ADD`, `COPY`, `WORKDIR`, `EXPOSE`, `VOLUME` and `USER` |
|
| 20 | 20 |
|
| 21 | 21 |
## 1.3.0 (2014-10-14) |
| 22 | 22 |
|