From 24d172f9d3d82e931ac23164d9221af21392f811 Mon Sep 17 00:00:00 2001 From: Hubert Bugaj Date: Fri, 8 Mar 2024 12:07:20 +0100 Subject: [PATCH] bolt swift repo clone to 1.21 --- swift_grpc_bench/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swift_grpc_bench/Dockerfile b/swift_grpc_bench/Dockerfile index e05d0791..0137592c 100644 --- a/swift_grpc_bench/Dockerfile +++ b/swift_grpc_bench/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /app # Getting protoc-gen-swift and protoc-gen-grpc-swift RUN apt update && apt install -y protobuf-compiler git make -RUN git clone --depth 1 https://github.com/grpc/grpc-swift +RUN git clone --depth 1 --single-branch --branch 1.21.0 https://github.com/grpc/grpc-swift WORKDIR /app/grpc-swift RUN make plugins RUN cp /app/grpc-swift/protoc-* /usr/local/bin