Skip to content

Commit

Permalink
Updating docker-compose version.
Browse files Browse the repository at this point in the history
  • Loading branch information
algogrit committed Jul 12, 2019
1 parent 588a4fc commit 1572b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code-samples/10-docker-compose/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

echo "Installing docker-compose..."

sudo curl -L "https://github.com/docker/compose/releases/download/1.24.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo curl -L "https://github.com/docker/compose/releases/download/1.24.1/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose

sudo chmod +x /usr/local/bin/docker-compose

Expand Down

0 comments on commit 1572b7f

Please sign in to comment.