Skip to content

Commit

Permalink
chore: protobuf upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Rodriguez Baquero committed Aug 18, 2023
1 parent 5d16490 commit 031d969
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ RUN apt-get update && apt-get install -y \
clang \
&& rm -rf /var/lib/apt/lists/* \
&& curl https://sh.rustup.rs -sSf | bash -s -- -y \
&& curl -LO https://github.com/protocolbuffers/protobuf/releases/download/v22.5/protoc-22.5-linux-x86_64.zip \
&& unzip protoc-22.5-linux-x86_64.zip -d /usr/local \
&& rm protoc-22.5-linux-x86_64.zip
&& curl -LO https://github.com/protocolbuffers/protobuf/releases/download/v24.0/protoc-24.0-linux-x86_64.zip \
&& unzip protoc-24.0-linux-x86_64.zip -d /usr/local \
&& rm protoc-24.0-linux-x86_64.zip

ENV PATH="/root/.cargo/bin:${PATH}"

Expand Down

0 comments on commit 031d969

Please sign in to comment.