Skip to content

Commit c8f3d28

Browse files
author
Matthew Fisher
committed
chore(Dockerfile): bump boto to 2.43.0
1 parent 99e5254 commit c8f3d28

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ RUN buildDeps='gcc git libffi-dev libssl-dev python3-dev python3-pip python3-whe
4141
pip install --disable-pip-version-check --no-cache-dir \
4242
envdir==0.7 \
4343
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 && \
44+
# "upgrade" boto to 2.43.0 + the patch to fix minio connections
45+
pip install --disable-pip-version-check --no-cache-dir --upgrade git+https://github.com/deis/boto@d5d32ec42c99e9ecd030f8a4873adcda0070153d && \
4646
# cleanup
4747
apt-get purge -y --auto-remove $buildDeps && \
4848
apt-get autoremove -y && \

0 commit comments

Comments
 (0)