Skip to content

Commit c023f8d

Browse files
committed
chore(Dockerfile): add hephy-obj-storage-cli gcs bucket
Signed-off-by: Cryptophobia <aouzounov@gmail.com>
1 parent 4982c9f commit c023f8d

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

33-
ADD https://storage.googleapis.com/object-storage-cli/bb8e054/objstorage-bb8e054-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

3636
COPY . /

0 commit comments

Comments
 (0)