Skip to content

Commit a38600a

Browse files
Merge pull request #284 from joaofnfernandes/bump-compose
Updates compose install to 1.8.1
2 parents d927155 + bce5d70 commit a38600a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

compose/install.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ which the release page specifies, in your terminal.
3838

3939
The following is an example command illustrating the format:
4040

41-
curl -L "https://github.com/docker/compose/releases/download/1.8.0/docker-compose-$(uname -s)-$(uname -m)" > /usr/local/bin/docker-compose
41+
curl -L "https://github.com/docker/compose/releases/download/1.8.1/docker-compose-$(uname -s)-$(uname -m)" > /usr/local/bin/docker-compose
4242

4343
If you have problems installing with `curl`, see
4444
[Alternative Install Options](install.md#alternative-install-options).
@@ -53,7 +53,7 @@ which the release page specifies, in your terminal.
5353
7. Test the installation.
5454

5555
$ docker-compose --version
56-
docker-compose version: 1.8.0
56+
docker-compose version: 1.8.1
5757

5858

5959
## Alternative install options
@@ -76,7 +76,7 @@ to get started.
7676
Compose can also be run inside a container, from a small bash script wrapper.
7777
To install compose as a container run:
7878

79-
$ curl -L https://github.com/docker/compose/releases/download/1.8.0/run.sh > /usr/local/bin/docker-compose
79+
$ curl -L https://github.com/docker/compose/releases/download/1.8.1/run.sh > /usr/local/bin/docker-compose
8080
$ chmod +x /usr/local/bin/docker-compose
8181

8282
## Master builds

0 commit comments

Comments
 (0)