Skip to content

Commit

Permalink
Fix/docker (#261)
Browse files Browse the repository at this point in the history
* Update latest bridge

* Fix docker build by locking nightly
  • Loading branch information
mikiquantum authored Jul 2, 2020
1 parent 8669311 commit d93b604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LABEL maintainer="[email protected]"
LABEL description="This is the build stage for the Centrifuge Chain client. Here the binary is created."

ENV DEBIAN_FRONTEND=noninteractive
ENV RUST_TOOLCHAIN=nightly
ENV RUST_TOOLCHAIN=nightly-2020-03-12

ARG PROFILE=release
WORKDIR /centrifuge-chain
Expand Down

0 comments on commit d93b604

Please sign in to comment.