Skip to content

Commit

Permalink
fix(docker): docker-cli should use latest in develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziwi01 committed Dec 20, 2023
1 parent 7a1ca65 commit 22961bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/software/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ docker_apt_dependencies:
docker_apt_packages:
docker-ce: latest
docker-compose-plugin: latest
docker-ce-cli: 5:24.0.2-1~ubuntu.22.04~jammy
docker-ce-cli: latest
containerd.io: latest
# RVM / Ruby
rvm1_rubies:
Expand Down

0 comments on commit 22961bc

Please sign in to comment.