From 5d77fe48b9c9d366c1f7e488ee05082b86b82bb5 Mon Sep 17 00:00:00 2001 From: Aiken Harris Date: Tue, 30 Sep 2025 06:51:32 +0200 Subject: [PATCH] Update XTchain --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ba8b87c..8d1a32a 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/3.0.1/xtchain-3.0.1-linux.tar.zst -O xtchain.tar.zst && \ +RUN wget https://github.com/xt-sys/xtchain/releases/download/3.0.2/xtchain-3.0.2-linux.tar.zst -O xtchain.tar.zst && \ mkdir -p /opt/xtchain && \ tar xapf xtchain.tar.zst -C /opt/xtchain && \ rm xtchain.tar.zst