Skip to content

Commit

Permalink
Merge pull request #10 from Cryptophobia/master
Browse files Browse the repository at this point in the history
chore(slugrunner): peg objstorage to the last known good version
  • Loading branch information
Cryptophobia authored Oct 7, 2020
2 parents 0e97cc3 + cc52ab2 commit 5d4157b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ EXPOSE 5000

ADD ./runner /runner
ADD ./bin /bin
ADD https://storage.googleapis.com/object-storage-cli/bb209cb/objstorage-bb209cb-linux-amd64 /bin/objstorage
ADD https://storage.googleapis.com/hephy-obj-storage-cli/bb8e054/objstorage /bin/objstorage
RUN chmod +x /bin/objstorage && \
chown slug:slug /app \
/runner/init \
Expand Down

0 comments on commit 5d4157b

Please sign in to comment.