Skip to content

Commit

Permalink
feat(ansible/docker_compose): upgrade to v2.5.0 (autowarefoundation#259)
Browse files Browse the repository at this point in the history
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
  • Loading branch information
kenji-miyake authored May 2, 2022
1 parent 7012c96 commit e9d7ad5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ansible/roles/docker_compose/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The `docker_compose_version` can also be found in:
# Modified from: https://docs.docker.com/compose/cli-command/#install-on-linux

# Run this command to download the Docker Compose:
docker_compose_version=v2.2.2
docker_compose_version=v2.5.0
sudo curl -SL https://github.com/docker/compose/releases/download/${docker_compose_version}/docker-compose-$(uname -s)-$(uname -m) -o /usr/local/bin/docker-compose

# Apply executable permissions to the binary:
Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/docker_compose/defaults/main.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
docker_compose_version: v2.2.2
docker_compose_version: v2.5.0

0 comments on commit e9d7ad5

Please sign in to comment.