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