git.delta.rocks / unique-network / refs/commits / 18247867133a

difftreelog

build(devcontainer) bump dependencies

Yaroslav Bolyukin2021-06-02parent: #2d71e7a.patch.diff
in: master
Update rustc due to unstable fingerprints
Update node.js because new polkadot.js/api now requires node 1.14

1 file changed

modified.devcontainer/Dockerfilediffbeforeafterboth
8RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash && \8RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash && \
9 export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")" && \9 export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")" && \
10 [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" && \10 [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" && \
11 nvm install v12.20.1 && \11 nvm install v16.2.0 && \
12 rustup toolchain install nightly-2021-03-01 && \12 npm install -g yarn && \
13 rustup toolchain install nightly-2021-05-30 && \
13 rustup default nightly-2021-03-01 && \14 rustup default nightly-2021-05-30 && \
14 rustup target add wasm32-unknown-unknown15 rustup target add wasm32-unknown-unknown && \
16 rustup component add rustfmt clippy && \
17 cargo install cargo-expand cargo-edit
18