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.3
1
+ FROM anzaxyz/agave:v2.3.5
2
2
3
3
# Install dependencies
4
4
RUN apt-get update && \
@@ -9,6 +9,6 @@ RUN apt-get update && \
9
9
# Download and unpack yellowstone-grpc (solana geyser plugin)
10
10
RUN mkdir -p /opt/yellowstone-grpc && \
11
11
curl -L -o /tmp/yellowstone-grpc.tar.bz2 \
12
- "https://github.com/rpcpool/yellowstone-grpc/releases/download/v8.0.0+solana.2.3.2 /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.3 /yellowstone-grpc-geyser-release22-x86_64-unknown-linux-gnu.tar.bz2" && \
13
13
tar -xjf /tmp/yellowstone-grpc.tar.bz2 -C /opt/yellowstone-grpc --strip-components=1 && \
14
14
rm /tmp/yellowstone-grpc.tar.bz2
You can’t perform that action at this time.
0 commit comments