Skip to content

Commit

Permalink
upgrade docker
Browse files Browse the repository at this point in the history
  • Loading branch information
fushar committed May 25, 2024
1 parent 8a3ba0a commit 61d87d4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions deployment/ansible/roles/docker-install/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
- name: Install docker
pip:
name: docker
version: 7.1.0

- name: Downgrade requests # https://github.com/docker/docker-py/issues/3113
- name: Pin requests # https://github.com/docker/docker-py/issues/3256
pip:
name: requests
version: 2.28.1
version: 2.28.2

- name: Install docker.io
apt:
Expand Down

0 comments on commit 61d87d4

Please sign in to comment.