Use latest version of the XtChain
All checks were successful
OSCW Runner Container Build / OSCW-Runner-Container (push) Successful in 15m3s

This commit is contained in:
2026-04-02 08:09:25 +02:00
committed by CodingWorkshop Signing Team
parent 231c9ea41c
commit 9ee91c32ce

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