File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- FROM anzaxyz/agave:v2.3.5
1+ FROM anzaxyz/agave:v2.3.6
22
33# Install dependencies
44RUN apt-get update && \
@@ -9,6 +9,6 @@ RUN apt-get update && \
99# Download and unpack yellowstone-grpc (solana geyser plugin)
1010RUN mkdir -p /opt/yellowstone-grpc && \
1111 curl -L -o /tmp/yellowstone-grpc.tar.bz2 \
12- "https://github.com/rpcpool/yellowstone-grpc/releases/download/v8.0.0+solana.2.3.3 /yellowstone-grpc-geyser-release22-x86_64-unknown-linux-gnu.tar.bz2" && \
12+ "https://github.com/rpcpool/yellowstone-grpc/releases/download/v8.0.0+solana.2.3.6 /yellowstone-grpc-geyser-release22-x86_64-unknown-linux-gnu.tar.bz2" && \
1313 tar -xjf /tmp/yellowstone-grpc.tar.bz2 -C /opt/yellowstone-grpc --strip-components=1 && \
1414 rm /tmp/yellowstone-grpc.tar.bz2
You can’t perform that action at this time.
0 commit comments