Purge collectors and info page

This commit is contained in:
2026-05-15 15:46:42 +02:00
parent 428e75488d
commit ba6ce926fc
15 changed files with 26 additions and 356 deletions

View File

@@ -1,10 +1,10 @@
##################
### BASE STAGE ###
##################
FROM rust:1.76.0 as base
FROM rust:1.95.0 as base
# Install build dependencies
RUN cargo install --locked trunk@^0.18.8 strip_cargo_version
RUN cargo install --locked trunk@^0.21.14 strip_cargo_version
RUN rustup target add wasm32-unknown-unknown
RUN rustup target add x86_64-unknown-linux-musl