diff --git a/tools/docker/rust-compiler/Dockerfile b/tools/docker/rust-compiler/Dockerfile index ec5b20be36..7460e66e54 100644 --- a/tools/docker/rust-compiler/Dockerfile +++ b/tools/docker/rust-compiler/Dockerfile @@ -1,7 +1,7 @@ -FROM rust:1.68.0-slim-bullseye +FROM rust:1.72.0-slim-bullseye RUN apt update # wasm-pack dependencies+install RUN apt install -y build-essential pkg-config libssl-dev -RUN cargo install wasm-pack +RUN cargo install --version=0.12.1 wasm-pack