Update XTChain
OSCW Runner Container Build / OSCW-Runner-Container (push) Successful in 7m40s Details

This commit is contained in:
Rafal Kupiec 2023-11-30 16:19:14 +01:00
parent d86c2db6d8
commit 8a146d6441
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
1 changed files with 1 additions and 1 deletions

View File

@ -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.5/xtchain-2.8.5-linux.tar.zst -O xtchain.tar.zst && \
RUN wget https://github.com/xt-sys/xtchain/releases/download/2.8.6/xtchain-2.8.6-linux.tar.zst -O xtchain.tar.zst && \
mkdir -p /opt/xtchain && \
tar xapf xtchain.tar.zst -C /opt/xtchain && \
rm xtchain.tar.zst