Skip to content

Commit 99c49a8

Browse files
authored
Merge pull request #88 from chainstack/feature/upgrade-2.3.2
feat: 2.3.2 for devnet
2 parents a8fae2e + 949ce2c commit 99c49a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM anzaxyz/agave:v2.2.17
1+
FROM anzaxyz/agave:v2.3.2
22

33
# Install dependencies
44
RUN apt-get update && \
@@ -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/v8.0.0+solana.2.3.1/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)