We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d16490 commit 031d969Copy full SHA for 031d969
Dockerfile
@@ -34,9 +34,9 @@ RUN apt-get update && apt-get install -y \
34
clang \
35
&& rm -rf /var/lib/apt/lists/* \
36
&& 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
+ && 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
40
41
ENV PATH="/root/.cargo/bin:${PATH}"
42
0 commit comments