Update XTChain
All checks were successful
OSCW Runner Container Build / OSCW-Runner-Container (push) Successful in 8m2s

This commit is contained in:
Rafal Kupiec 2023-10-17 23:42:34 +02:00
parent 5c3f7b04ce
commit b159918768
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -24,7 +24,7 @@ VOLUME /var/lib/docker
EXPOSE 2375
# Install XT toolchain
RUN wget https://github.com/xt-sys/xtchain/releases/download/2.8.2/xtchain-2.8.2-linux.tar.zst -O xtchain.tar.zst && \
RUN wget https://github.com/xt-sys/xtchain/releases/download/2.8.3/xtchain-2.8.3-linux.tar.zst -O xtchain.tar.zst && \
mkdir -p /opt/xtchain && \
tar xapf xtchain.tar.zst -C /opt/xtchain && \
rm xtchain.tar.zst