Update xtchain
All checks were successful
OSCW Runner Container Build / OSCW-Runner-Container (push) Successful in 17m40s

This commit is contained in:
Rafal Kupiec 2024-05-16 22:19:22 +02:00
parent 7cf082ad6d
commit 3a0dbb6c16
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

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.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