From 231c9ea41c7249a4e5c1cbe4c4d00a136704447d Mon Sep 17 00:00:00 2001 From: Rafal Kupiec Date: Thu, 27 Nov 2025 18:15:24 +0100 Subject: [PATCH] Update XTchain --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4bf11b5..6f8cb72 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.3/xtchain-3.0.3-linux.tar.zst -O xtchain.tar.zst && \ +RUN wget https://github.com/xt-sys/xtchain/releases/download/3.0.4/xtchain-3.0.4-linux.tar.zst -O xtchain.tar.zst && \ mkdir -p /opt/xtchain && \ tar xapf xtchain.tar.zst -C /opt/xtchain && \ rm xtchain.tar.zst