We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a8fae2e + 949ce2c commit 99c49a8Copy full SHA for 99c49a8
1 file changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM anzaxyz/agave:v2.2.17
+FROM anzaxyz/agave:v2.3.2
2
3
# Install dependencies
4
RUN apt-get update && \
@@ -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/v7.0.0+solana.2.2.16/yellowstone-grpc-geyser-release22-x86_64-unknown-linux-gnu.tar.bz2" && \
+ "https://github.com/rpcpool/yellowstone-grpc/releases/download/v8.0.0+solana.2.3.1/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