From 216b1595a95905307bcfcad214332d66eb544629 Mon Sep 17 00:00:00 2001 From: Harry Dam Date: Tue, 29 Oct 2024 08:28:58 -0600 Subject: [PATCH] update 2.0.14 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 594861f..bb03a87 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM anzaxyz/agave:v2.0.13 +FROM anzaxyz/agave:v2.0.14 RUN apt-get update && \ apt-get install --no-install-recommends rustc curl jq ca-certificates librust-curl+openssl-probe-dev -y && \