We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f82cab commit 5aa9203Copy full SHA for 5aa9203
1 file changed
rootfs/Dockerfile
@@ -10,7 +10,7 @@ RUN buildDeps='gcc git linux-headers musl-dev python3-dev' && \
10
apk add --no-cache $buildDeps && \
11
# "upgrade" boto to 2.43.0 + the patch to fix minio connections
12
pip install --disable-pip-version-check --no-cache-dir --upgrade \
13
- git+https://github.com/deisthree/boto@88c980e56d1053892eb940d43a15a68af4ebb5e6 \
+ git+https://github.com/teamhephy/boto@abb38474ee5124bb571da0c42be67cd27c47094f \
14
azure==1.0.3 \
15
gcloud==0.18.3 \
16
python-swiftclient==3.1.0 \
0 commit comments