Update to 1.52.0
This commit is contained in:
parent
b55bc9c877
commit
08f6697911
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
FROM debian:buster-slim
|
FROM debian:buster-slim
|
||||||
|
|
||||||
ARG RUST_VER=1.51.0
|
ARG RUST_VER=1.52.0
|
||||||
|
|
||||||
RUN apt update -y -q \
|
RUN apt update -y -q \
|
||||||
&& apt upgrade -y -q \
|
&& apt upgrade -y -q \
|
||||||
|
@ -67,6 +67,7 @@ RUN rustup component add clippy
|
||||||
RUN cargo install cargo-outdated
|
RUN cargo install cargo-outdated
|
||||||
RUN cargo install cargo-audit
|
RUN cargo install cargo-audit
|
||||||
RUN cargo install cargo-web
|
RUN cargo install cargo-web
|
||||||
|
RUN cargo install wasm-pack
|
||||||
RUN cargo install diesel_cli --no-default-features --features sqlite
|
RUN cargo install diesel_cli --no-default-features --features sqlite
|
||||||
|
|
||||||
RUN cp /usr/x86_64-w64-mingw32/lib/*crt2.o \
|
RUN cp /usr/x86_64-w64-mingw32/lib/*crt2.o \
|
||||||
|
|
Loading…
Reference in a new issue