diff --git a/build/upend-rust/Dockerfile b/build/upend-rust/Dockerfile index 9dcfb78..968de12 100644 --- a/build/upend-rust/Dockerfile +++ b/build/upend-rust/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:latest +FROM rust:bookworm RUN sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin RUN cargo install wasm-pack && rustup target add wasm32-unknown-unknown RUN curl -LsSf https://get.nexte.st/latest/linux | tar zxf - -C /usr/local/cargo/bin