From fc6720b3ad0209bc859cc205d0fad3f0494a6623 Mon Sep 17 00:00:00 2001 From: man0s <95379755+losman0s@users.noreply.github.com> Date: Tue, 19 Dec 2023 17:27:47 +0800 Subject: [PATCH] bot: revert dockerfile bump --- observability/indexer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/observability/indexer/Dockerfile b/observability/indexer/Dockerfile index 505097111..4473093d5 100644 --- a/observability/indexer/Dockerfile +++ b/observability/indexer/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.72 as builder +FROM rust:1.71 as builder RUN apt-get update -y && apt-get install -y pkg-config build-essential libudev-dev clang cmake protobuf-compiler RUN rustup component add rustfmt clippy