From d86c2db6d8e37cbc435dc71694fc9201a31db12c Mon Sep 17 00:00:00 2001 From: belliash Date: Tue, 14 Nov 2023 14:09:26 +0100 Subject: [PATCH] Update XTChain to 2.8.5 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fe9fa35..069b2d1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ VOLUME /var/lib/docker EXPOSE 2375 # Install XT toolchain -RUN wget https://github.com/xt-sys/xtchain/releases/download/2.8.4/xtchain-2.8.4-linux.tar.zst -O xtchain.tar.zst && \ +RUN wget https://github.com/xt-sys/xtchain/releases/download/2.8.5/xtchain-2.8.5-linux.tar.zst -O xtchain.tar.zst && \ mkdir -p /opt/xtchain && \ tar xapf xtchain.tar.zst -C /opt/xtchain && \ rm xtchain.tar.zst