From 7b401cc755c3ef4bed86c2009aaee142709e28e8 Mon Sep 17 00:00:00 2001 From: Harry Dam Date: Tue, 17 Dec 2024 09:20:56 -0700 Subject: [PATCH] Solana v2.1.6 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bf8975b..f456454 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM anzaxyz/agave:v2.0.18 +FROM anzaxyz/agave:v2.1.6 RUN apt-get update && \ apt-get install --no-install-recommends rustc curl jq ca-certificates librust-curl+openssl-probe-dev -y && \