Skip to content

Commit

Permalink
bolt swift repo clone to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
LesnyRumcajs committed Mar 8, 2024
1 parent e6f543d commit 24d172f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swift_grpc_bench/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 24d172f

Please sign in to comment.