This commit is contained in:
root
2025-07-19 16:36:51 +02:00
parent 7ac1ad269c
commit e8502779f0
7 changed files with 78 additions and 48 deletions

View File

@@ -1,5 +1,6 @@
FROM rust:1.70 AS builder
FROM rust:1.88 AS builder
WORKDIR /app
RUN apt-get update && apt-get install -y libclang-dev librrd-dev
COPY . .
RUN cargo build --release