Skip to content

Commit

Permalink
Bump docker_compose_version to v2.29.2
Browse files Browse the repository at this point in the history
  • Loading branch information
strgalt-t committed Aug 28, 2024
1 parent ae17f06 commit 6e27357
Showing 1 changed file with 1 addition and 1 deletion.
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 6e27357

Please sign in to comment.