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.
2 parents 0b00059 + 8fc8648 commit f9fa9eaCopy full SHA for f9fa9ea
Dockerfile
@@ -9,6 +9,6 @@ RUN apt-get update && \
9
# Download and unpack yellowstone-grpc (solana geyser plugin)
10
RUN mkdir -p /opt/yellowstone-grpc && \
11
curl -L -o /tmp/yellowstone-grpc.tar.bz2 \
12
- "https://github.com/rpcpool/yellowstone-grpc/releases/download/v6.1.0+solana.2.2.14/yellowstone-grpc-geyser-release22-x86_64-unknown-linux-gnu.tar.bz2" && \
+ "https://github.com/rpcpool/yellowstone-grpc/releases/download/v7.0.0+solana.2.2.15/yellowstone-grpc-geyser-release22-x86_64-unknown-linux-gnu.tar.bz2" && \
13
tar -xjf /tmp/yellowstone-grpc.tar.bz2 -C /opt/yellowstone-grpc --strip-components=1 && \
14
rm /tmp/yellowstone-grpc.tar.bz2
0 commit comments