Skip to content

Commit

Permalink
Fixing the boto commit hash to our local commit hash
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryptophobia committed Nov 13, 2017
1 parent 9f82cab commit 5aa9203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN buildDeps='gcc git linux-headers musl-dev python3-dev' && \
apk add --no-cache $buildDeps && \
# "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/deisthree/boto@88c980e56d1053892eb940d43a15a68af4ebb5e6 \
git+https://github.com/teamhephy/boto@abb38474ee5124bb571da0c42be67cd27c47094f \
azure==1.0.3 \
gcloud==0.18.3 \
python-swiftclient==3.1.0 \
Expand Down

0 comments on commit 5aa9203

Please sign in to comment.