From 3a70483188829cf0404955ffc736249a1461ff0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Sat, 12 Aug 2023 14:41:28 +0200 Subject: [PATCH] ci: use `rust:bookworm` --- build/upend-rust/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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