From c023f8d777b5116569b00c8e42f5359fec0931f2 Mon Sep 17 00:00:00 2001 From: Cryptophobia Date: Thu, 21 May 2020 15:11:50 -0400 Subject: [PATCH] chore(Dockerfile): add hephy-obj-storage-cli gcs bucket Signed-off-by: Cryptophobia --- rootfs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/Dockerfile b/rootfs/Dockerfile index 769e408..1db0163 100644 --- a/rootfs/Dockerfile +++ b/rootfs/Dockerfile @@ -30,7 +30,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/bb8e054/objstorage-bb8e054-linux-amd64 /bin/objstorage +ADD https://storage.googleapis.com/hephy-obj-storage-cli/bb8e054/objstorage /bin/objstorage RUN chmod +x /bin/objstorage COPY . /