We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcba50c commit 488d8b0Copy full SHA for 488d8b0
1 file changed
rootfs/Dockerfile
@@ -31,7 +31,7 @@ RUN buildDeps='gcc git libffi-dev libssl-dev python3-dev python3-pip python3-whe
31
/usr/lib/x86_64-linux-gnu/gconv/EBC* && \
32
bash -c "mkdir -p /usr/share/man/man{1..8}"
33
34
-ADD https://storage.googleapis.com/hephy-obj-storage-cli/bb8e054/objstorage /bin/objstorage
+ADD https://storage.googleapis.com/object-storage-cli/bb209cb/objstorage-bb209cb-linux-amd64 /bin/objstorage
35
RUN chmod +x /bin/objstorage
36
37
COPY . /
0 commit comments