From b7bb8493501919c3bd504cd40699611179a02289 Mon Sep 17 00:00:00 2001 From: belliash Date: Tue, 9 Aug 2022 22:10:18 +0200 Subject: [PATCH] Update xt toolchain --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6ec2b96..f9b2e87 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.3/xtchain-2.3-linux.tar.zst -O xtchain.tar.zst && \ +RUN wget https://github.com/xt-sys/xtchain/releases/download/2.4/xtchain-2.4-linux.tar.zst -O xtchain.tar.zst && \ mkdir -p /opt/xtchain && \ tar xapf xtchain.tar.zst -C /opt/xtchain && \ rm xtchain.tar.zst