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 784976b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/ansible/roles/docker-install/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
pip:
name: docker

- 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.32.2

- name: Install docker.io
apt:
Expand Down

0 comments on commit 784976b

Please sign in to comment.