Skip to content

Commit 5aa9203

Browse files
committed
Fixing the boto commit hash to our local commit hash
1 parent 9f82cab commit 5aa9203

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rootfs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN buildDeps='gcc git linux-headers musl-dev python3-dev' && \
1010
apk add --no-cache $buildDeps && \
1111
# "upgrade" boto to 2.43.0 + the patch to fix minio connections
1212
pip install --disable-pip-version-check --no-cache-dir --upgrade \
13-
git+https://github.com/deisthree/boto@88c980e56d1053892eb940d43a15a68af4ebb5e6 \
13+
git+https://github.com/teamhephy/boto@abb38474ee5124bb571da0c42be67cd27c47094f \
1414
azure==1.0.3 \
1515
gcloud==0.18.3 \
1616
python-swiftclient==3.1.0 \

0 commit comments

Comments
 (0)