Skip to content

Commit

Permalink
Merge pull request geerlingguy#467 from strgalt-t/master
Browse files Browse the repository at this point in the history
Bump docker_compose_version to v2.29.2
  • Loading branch information
geerlingguy authored Aug 31, 2024
2 parents ae17f06 + 78790de commit 92e41f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Docker Compose Plugin installation options. These differ from the below in that

```yaml
docker_install_compose: false
docker_compose_version: "2.11.1"
docker_compose_version: "2.29.2"
docker_compose_arch: "{{ ansible_architecture }}"
docker_compose_url: "https://github.com/docker/compose/releases/download/{{ docker_compose_version }}/docker-compose-linux-{{ docker_compose_arch }}"
docker_compose_path: /usr/local/bin/docker-compose
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ docker_compose_package_state: present

# Docker Compose options.
docker_install_compose: false
docker_compose_version: "v2.11.1"
docker_compose_version: "v2.29.2"
docker_compose_arch: "{{ ansible_architecture }}"
docker_compose_url: "https://github.com/docker/compose/releases/download/{{ docker_compose_version }}/docker-compose-linux-{{ docker_compose_arch }}"
docker_compose_path: /usr/local/bin/docker-compose
Expand Down

0 comments on commit 92e41f6

Please sign in to comment.