diff --git a/.circleci/config.yml b/.circleci/config.yml index f3620b26..f5ac952d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,7 +10,7 @@ executors: type: boolean default: false docker: - - image: plumeorg/plume-buildenv:v0.6.0 + - image: plumeorg/plume-buildenv:v0.7.0 - image: <<#parameters.postgres>>cimg/postgres:14.2<><<^parameters.postgres>>alpine:latest<> environment: POSTGRES_USER: postgres diff --git a/.circleci/images/plume-buildenv/Dockerfile b/.circleci/images/plume-buildenv/Dockerfile index 420f0354..216b30e1 100644 --- a/.circleci/images/plume-buildenv/Dockerfile +++ b/.circleci/images/plume-buildenv/Dockerfile @@ -15,9 +15,6 @@ RUN apt update &&\ #stick rust environment COPY rust-toolchain ./ -#add rust toolchains -RUN rustup component add fmt && rustup component add clippy - #compile some deps RUN cargo install wasm-pack &&\ cargo install grcov &&\