Skip to content

Commit d7570c4

Browse files
author
Kingdon Barrett
authored
chore(slugbuilder): use better tested binary
object-storage-cli from the previous commit is less well-tested than this other version
1 parent e90960d commit d7570c4

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
@@ -30,7 +30,7 @@ RUN sed -i -e 's/^deb-src/#deb-src/' /etc/apt/sources.list && \
3030

3131
ADD . /
3232
ENV PYTHONPATH $PYTHONPATH:/usr/local/lib/python3/site-packages
33-
ADD https://storage.googleapis.com/object-storage-cli/bb209cb/objstorage-bb209cb-linux-amd64 /bin/objstorage
33+
ADD https://storage.googleapis.com/hephy-obj-storage-cli/bb8e054/objstorage /bin/objstorage
3434
RUN chmod +x /bin/objstorage && \
3535
chown -R slug:slug /app && \
3636
chown slug:slug /bin/get_object \

0 commit comments

Comments
 (0)