Skip to content

Commit 488d8b0

Browse files
committed
chore(dockerrunner): storage cli
bb8e054 -> bb209cb object-storage-cli and use the "object-storage-cli" bucket, that we now have access to
1 parent fcba50c commit 488d8b0

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/hephy-obj-storage-cli/bb8e054/objstorage /bin/objstorage
34+
ADD https://storage.googleapis.com/object-storage-cli/bb209cb/objstorage-bb209cb-linux-amd64 /bin/objstorage
3535
RUN chmod +x /bin/objstorage
3636

3737
COPY . /

0 commit comments

Comments
 (0)