Browse code

Merge pull request #8878 from thaJeztah/patch-1

Typo in 1.3.1 change log

Michael Crosby authored on 2014/11/01 06:32:25
Showing 1 changed files
... ...
@@ -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