Skip to content

Commit bad9dfd

Browse files
authored
Merge pull request #93 from chainstack/feature/INFRA-4951
chore: upgrade Solana devnet 2.3.5
2 parents f18962e + 3bcbd9b commit bad9dfd

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.3.3
1+
FROM anzaxyz/agave:v2.3.5
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/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" && \
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)