From 2b37e3e361396fdd2414874661f04212bc3ec324 Mon Sep 17 00:00:00 2001 From: kronael Date: Fri, 8 Oct 2021 05:15:15 +0200 Subject: [PATCH] Update Dockerfile to new Solana version 1.8.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8c356a9..f844df1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN pip install --quiet --no-cache-dir --requirement /tmp/requirements.txt && \ RUN pip-pyston install --requirement /tmp/requirements.txt -RUN sh -c "$(curl -sSfL https://release.solana.com/v1.7.1/install)" +RUN sh -c "$(curl -sSfL https://release.solana.com/v1.8.0/install)" # Create our profile directory. RUN ipython profile create