Skip to content

Commit 031d969

Browse files
author
Diego Rodriguez Baquero
committed
chore: protobuf upgrade
1 parent 5d16490 commit 031d969

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ RUN apt-get update && apt-get install -y \
3434
clang \
3535
&& rm -rf /var/lib/apt/lists/* \
3636
&& curl https://sh.rustup.rs -sSf | bash -s -- -y \
37-
&& curl -LO https://github.com/protocolbuffers/protobuf/releases/download/v22.5/protoc-22.5-linux-x86_64.zip \
38-
&& unzip protoc-22.5-linux-x86_64.zip -d /usr/local \
39-
&& rm protoc-22.5-linux-x86_64.zip
37+
&& curl -LO https://github.com/protocolbuffers/protobuf/releases/download/v24.0/protoc-24.0-linux-x86_64.zip \
38+
&& unzip protoc-24.0-linux-x86_64.zip -d /usr/local \
39+
&& rm protoc-24.0-linux-x86_64.zip
4040

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

0 commit comments

Comments
 (0)