Skip to content

Commit

Permalink
chore(slugbuilder): use better tested binary
Browse files Browse the repository at this point in the history
object-storage-cli from the previous commit is less well-tested than this other version
  • Loading branch information
Kingdon Barrett authored Oct 7, 2020
1 parent 488d8b0 commit 586c181
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 @@ -31,7 +31,7 @@ RUN buildDeps='gcc git libffi-dev libssl-dev python3-dev python3-pip python3-whe
/usr/lib/x86_64-linux-gnu/gconv/EBC* && \
bash -c "mkdir -p /usr/share/man/man{1..8}"

ADD https://storage.googleapis.com/object-storage-cli/bb209cb/objstorage-bb209cb-linux-amd64 /bin/objstorage
ADD https://storage.googleapis.com/hephy-obj-storage-cli/bb8e054/objstorage /bin/objstorage
RUN chmod +x /bin/objstorage

COPY . /
Expand Down

0 comments on commit 586c181

Please sign in to comment.