Skip to content

Commit 4338ee1

Browse files
authored
fix(Dockerfile): download the object storage CLI from GCS
instead of Bintray. Fixes deis/slugrunner#42 Ref deis/object-storage-cli#15
1 parent 044f85c commit 4338ee1

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
@@ -13,7 +13,7 @@ EXPOSE 5000
1313

1414
ADD ./runner /runner
1515
ADD ./bin /bin
16-
ADD https://dl.bintray.com/deis/deisci/objstorage-7d48b36-linux-amd64 /bin/objstorage
16+
ADD https://storage.googleapis.com/object-storage-cli/7d48b36/objstorage-7d48b36-linux-amd64 /bin/objstorage
1717
RUN chmod +x /bin/objstorage
1818
RUN chown slug:slug /runner/init
1919
RUN chown slug:slug /bin/get_object

0 commit comments

Comments
 (0)