Diff
Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a89d7d6..541ddfa 100644 FROM rust:1.71-slim AS builder FROM rust:1.78-slim AS builder RUN rustup component add rustfmt RUN apt-get update && apt-get install -y libssl-dev pkg-config clang