Compare commits
9 commits
f724f5e914
...
main
Author | SHA1 | Date | |
---|---|---|---|
ede878933e | |||
ee63b587d1 | |||
e6beb5a670 | |||
75ff5f5671 | |||
dbd37e43c2 | |||
3fb46f11fe | |||
40c698eb02 | |||
59ac36d9f1 | |||
926b721cd3 |
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
FROM debian:buster-slim
|
||||
|
||||
ARG RUST_VER=1.56.1
|
||||
ARG RUST_VER=1.64.0
|
||||
|
||||
RUN apt update -y -q \
|
||||
&& apt upgrade -y -q \
|
||||
|
@ -64,7 +64,6 @@ RUN rustup default $RUST_VER
|
|||
RUN rustup target add x86_64-pc-windows-gnu
|
||||
RUN rustup target add x86_64-apple-darwin
|
||||
RUN rustup component add clippy
|
||||
RUN cargo install cargo-outdated
|
||||
RUN cargo install cargo-audit
|
||||
RUN cargo install cargo-web
|
||||
RUN cargo install wasm-pack
|
||||
|
|
Loading…
Reference in a new issue