Update XTChain to 2.8.5
All checks were successful
OSCW Runner Container Build / OSCW-Runner-Container (push) Successful in 8m32s
All checks were successful
OSCW Runner Container Build / OSCW-Runner-Container (push) Successful in 8m32s
This commit is contained in:
parent
2485aae990
commit
d86c2db6d8
@ -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.4/xtchain-2.8.4-linux.tar.zst -O xtchain.tar.zst && \
|
||||
RUN wget https://github.com/xt-sys/xtchain/releases/download/2.8.5/xtchain-2.8.5-linux.tar.zst -O xtchain.tar.zst && \
|
||||
mkdir -p /opt/xtchain && \
|
||||
tar xapf xtchain.tar.zst -C /opt/xtchain && \
|
||||
rm xtchain.tar.zst
|
||||
|
Loading…
Reference in New Issue
Block a user