Skip to content

Commit aeb66aa

Browse files
build: Update protoc
1 parent 5caaf03 commit aeb66aa

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

internal/pkg/service/stream/storage/level/local/diskwriter/network/rpc/pb/networkFile.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/pkg/service/stream/storage/level/local/diskwriter/network/rpc/pb/networkFile_grpc.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

provisioning/dev/docker/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ RUN apt-get update && apt-get install --no-install-recommends --yes zip unzip na
1313
ENV EDITOR=nano
1414

1515
# Install Protobuf
16-
RUN curl -LO https://github.com/protocolbuffers/protobuf/releases/download/v30.2/protoc-30.2-linux-x86_64.zip && \
17-
unzip protoc-30.2-linux-x86_64.zip -d /usr/local && \
18-
rm -f protoc-30.2-linux-x86_64.zip
16+
RUN curl -LO https://github.com/protocolbuffers/protobuf/releases/download/v34.1/protoc-34.1-linux-x86_64.zip && \
17+
unzip protoc-34.1-linux-x86_64.zip -d /usr/local && \
18+
rm -f protoc-34.1-linux-x86_64.zip
1919

2020
# Download toxiproxy
2121
RUN curl -L https://github.com/Shopify/toxiproxy/releases/download/v2.12.0/toxiproxy-server-linux-amd64 -o /usr/local/bin/toxiproxy-server

0 commit comments

Comments
 (0)