Skip to content

Commit

Permalink
Use specific protobuf version for storage.
Browse files Browse the repository at this point in the history
  • Loading branch information
llabordehpe committed Sep 27, 2022
1 parent 953889a commit 301570d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/storage/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ COPY --from=base /spdk-rpm/*.rpm /spdk-rpm/
COPY --from=base /spdk-rpm/fio /spdk-rpm/

# hadolint ignore=DL3013
RUN dnf install -y python python3-pip && dnf clean all && python -m pip install --no-cache-dir grpcio grpcio-tools
RUN dnf install -y python python3-pip && dnf clean all && python -m pip install --no-cache-dir grpcio grpcio-tools protobuf==3.20.2

# Wrap up the image
COPY core/build_base/post-install /install
Expand Down

0 comments on commit 301570d

Please sign in to comment.