Update XTChain
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Rafal Kupiec 2022-07-25 18:53:16 +02:00
parent b9cfdb1fd5
commit cd51ab379d
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

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