From 5c3f7b04ce20ef2eb12b79b3695d7beceb9b889a Mon Sep 17 00:00:00 2001 From: belliash Date: Thu, 21 Sep 2023 22:55:01 +0200 Subject: [PATCH] Update XTChain --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bf476ae..3e599bc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ VOLUME /var/lib/docker EXPOSE 2375 # Install XT toolchain -RUN wget https://github.com/xt-sys/xtchain/releases/download/2.7/xtchain-2.7-linux.tar.zst -O xtchain.tar.zst && \ +RUN wget https://github.com/xt-sys/xtchain/releases/download/2.8.2/xtchain-2.8.2-linux.tar.zst -O xtchain.tar.zst && \ mkdir -p /opt/xtchain && \ tar xapf xtchain.tar.zst -C /opt/xtchain && \ rm xtchain.tar.zst