Skip to content

Commit 586c181

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 488d8b0 commit 586c181

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
@@ -31,7 +31,7 @@ RUN buildDeps='gcc git libffi-dev libssl-dev python3-dev python3-pip python3-whe
3131
/usr/lib/x86_64-linux-gnu/gconv/EBC* && \
3232
bash -c "mkdir -p /usr/share/man/man{1..8}"
3333

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

3737
COPY . /

0 commit comments

Comments
 (0)