Skip to content

Commit

Permalink
chore(ci): pin protobuf version
Browse files Browse the repository at this point in the history
  • Loading branch information
0xawaz committed Nov 5, 2024
1 parent 065e51e commit 3f517ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fhevm-engine/coprocessor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM rust:1.80.1-bullseye AS build

# Install dependencies
RUN apt-get update && \
apt-get install -y --no-install-recommends protobuf-compiler && \
apt-get install -y --no-install-recommends protobuf-compiler=3.12.3-2 && \
rm -rf /var/lib/apt/lists/*

# Copy necessary files
Expand Down

0 comments on commit 3f517ae

Please sign in to comment.