We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99e5254 commit c8f3d28Copy full SHA for c8f3d28
1 file changed
Dockerfile
@@ -41,8 +41,8 @@ RUN buildDeps='gcc git libffi-dev libssl-dev python3-dev python3-pip python3-whe
41
pip install --disable-pip-version-check --no-cache-dir \
42
envdir==0.7 \
43
wal-e[aws,azure,google,swift]==v1.0.1 && \
44
- # "upgrade" boto to 2.42.0 + the patch to fix minio connections
45
- pip install --disable-pip-version-check --no-cache-dir --upgrade git+https://github.com/deis/boto@c1e71a737bef48f934b6108c06a84e483173a2da && \
+ # "upgrade" boto to 2.43.0 + the patch to fix minio connections
+ pip install --disable-pip-version-check --no-cache-dir --upgrade git+https://github.com/deis/boto@d5d32ec42c99e9ecd030f8a4873adcda0070153d && \
46
# cleanup
47
apt-get purge -y --auto-remove $buildDeps && \
48
apt-get autoremove -y && \
0 commit comments