mirror of https://github.com/docker/docs.git
Merge pull request #12490 from mossroy/patch-1
Fix minor typo in example of documentation
This commit is contained in:
commit
e4c91c902a
|
@ -646,7 +646,7 @@ version bumps are easier to maintain, as seen in the following example:
|
||||||
```dockerfile
|
```dockerfile
|
||||||
ENV PG_MAJOR=9.3
|
ENV PG_MAJOR=9.3
|
||||||
ENV PG_VERSION=9.3.4
|
ENV PG_VERSION=9.3.4
|
||||||
RUN curl -SL https://example.com/postgres-$PG_VERSION.tar.xz | tar -xJC /usr/src/postgress && …
|
RUN curl -SL https://example.com/postgres-$PG_VERSION.tar.xz | tar -xJC /usr/src/postgres && …
|
||||||
ENV PATH=/usr/local/postgres-$PG_MAJOR/bin:$PATH
|
ENV PATH=/usr/local/postgres-$PG_MAJOR/bin:$PATH
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue