zmiany
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user