ci: use `rust:bookworm`

Tomáš Mládek 2023-08-12 14:41:28 +02:00
parent 5a4187b04b
commit 3a70483188
1 changed files with 1 additions and 1 deletions

View File

@ -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