Skip to content

Commit 0609299

Browse files
committed
pip fix for upgrading to broken 8.1.2
1 parent f86e3ab commit 0609299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/init.sls

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ docker-py requirements:
118118
{%- if "pip" in docker and "version" in docker.pip %}
119119
- name: pip {{ docker.pip.version }}
120120
{%- else %}
121-
- name: pip
121+
- name: pip == 8.1.1
122122
- upgrade: True
123123
{%- endif %}
124124

0 commit comments

Comments
 (0)