Skip to content

Commit a8be722

Browse files
authored
Merge pull request #91 from chainstack/feature/v2.2.19-7.0.0
chore: v2.2.19 ys 7.0.0
2 parents 41e4e57 + e8fd988 commit a8be722

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/v7.0.0+solana.2.2.16/yellowstone-grpc-geyser-release22-x86_64-unknown-linux-gnu.tar.bz2" && \
12+
"https://github.com/rpcpool/yellowstone-grpc/releases/download/v7.0.0+solana.2.2.19/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)