From 75ff5f5671ceae3994657576ba286f3b83d12be6 Mon Sep 17 00:00:00 2001 From: Thomas Gideon Date: Thu, 30 Jun 2022 13:32:30 -0400 Subject: [PATCH] Remove failing crate and bump version --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e2868a4..a289948 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM debian:buster-slim -ARG RUST_VER=1.61.0 +ARG RUST_VER=1.62.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