1
0
mirror of https://github.com/docker/cli.git synced 2026-01-13 18:22:35 +03:00

Typo in 1.3.1 change log

Replaced envrionment -> environment

Signed-off-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
Upstream-commit: 29965246a735acbdbd9cbb4e54f1d2d9efb120f3
Component: engine
This commit is contained in:
Sebastiaan van Stijn
2014-10-31 08:31:20 +01:00
parent 0dbcc807c8
commit 76705656f8

View File

@@ -16,7 +16,7 @@
#### Builder
- Fix escaping `$` for environment variables
- Fix issue with lowercase `onbuild` Dockerfile instruction
- Restrict envrionment variable expansion to `ENV`, `ADD`, `COPY`, `WORKDIR`, `EXPOSE`, `VOLUME` and `USER`
- Restrict environment variable expansion to `ENV`, `ADD`, `COPY`, `WORKDIR`, `EXPOSE`, `VOLUME` and `USER`
## 1.3.0 (2014-10-14)