From 3a0dbb6c169dc9706ba2007ede3b2f8022c00cf4 Mon Sep 17 00:00:00 2001 From: Rafal Kupiec Date: Thu, 16 May 2024 22:19:22 +0200 Subject: [PATCH] Update xtchain --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 65f192f..360a0e8 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.6/xtchain-2.8.6-linux.tar.zst -O xtchain.tar.zst && \ +RUN wget https://github.com/xt-sys/xtchain/releases/download/2.8.7/xtchain-2.8.7-linux.tar.zst -O xtchain.tar.zst && \ mkdir -p /opt/xtchain && \ tar xapf xtchain.tar.zst -C /opt/xtchain && \ rm xtchain.tar.zst