Skip to content

Commit 923c9f8

Browse files
authored
fix(Dockerfile): download the object storage CLI from GCS
Fixes deis/slugbuilder#82 Ref deis/object-storage-cli#15
1 parent a3477e9 commit 923c9f8

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
@@ -5,7 +5,7 @@ RUN addgroup --quiet --gid 2000 slug && \
55
useradd slug --uid=2000 --gid=2000 --home-dir /app --no-create-home
66

77
ADD ./bin /bin
8-
ADD https://dl.bintray.com/deis/deisci/objstorage-7d48b36-linux-amd64 /bin/objstorage
8+
ADD https://storage.googleapis.com/object-storage-cli/7d48b36/objstorage-7d48b36-linux-amd64 /bin/objstorage
99
RUN chmod +x /bin/objstorage
1010
RUN chown -R slug:slug /app
1111
RUN chown slug:slug /bin/get_object

0 commit comments

Comments
 (0)