From ec8bcd941d1cf838ae1cec9244e92345762599bc Mon Sep 17 00:00:00 2001 From: Harry Dam Date: Mon, 7 Oct 2024 15:36:56 -0600 Subject: [PATCH] Upgrade solana to v2.0.13 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7863e91..594861f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM anzaxyz/agave:v2.0.8 +FROM anzaxyz/agave:v2.0.13 RUN apt-get update && \ apt-get install --no-install-recommends rustc curl jq ca-certificates librust-curl+openssl-probe-dev -y && \