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 83c5d4a + e40e068 commit aacb9f9Copy full SHA for aacb9f9
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.0.0+solana.2.2.12/yellowstone-grpc-geyser-release22-x86_64-unknown-linux-gnu.tar.bz2" && \
+ "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" && \
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