Skip to content

Commit aacb9f9

Browse files
authored
Merge pull request #83 from chainstack/feature/upgrade-geyser-2.2.14
chore(geyser): upgrade geyser for solana 2.2.14
2 parents 83c5d4a + e40e068 commit aacb9f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ RUN apt-get update && \
99
# Download and unpack yellowstone-grpc (solana geyser plugin)
1010
RUN mkdir -p /opt/yellowstone-grpc && \
1111
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" && \
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" && \
1313
tar -xjf /tmp/yellowstone-grpc.tar.bz2 -C /opt/yellowstone-grpc --strip-components=1 && \
1414
rm /tmp/yellowstone-grpc.tar.bz2

0 commit comments

Comments
 (0)