Skip to content

Commit 297eaa5

Browse files
committed
fix: compatible with tvOS 26
1 parent 0ae0951 commit 297eaa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN case ${TARGETARCH} in \
3434
"arm64") PKG_ARCH=aarch64 ;; \
3535
esac \
3636
&& cd /tmp \
37-
&& wget https://github.com/bitxeno/Sideloader/releases/download/1.0-alpha.7/sideloader-cli-${PKG_ARCH}-linux-gnu.tar.gz \
37+
&& wget https://github.com/bitxeno/Sideloader/releases/download/1.0-alpha.8/sideloader-cli-${PKG_ARCH}-linux-gnu.tar.gz \
3838
&& tar zxf sideloader-cli-${PKG_ARCH}-linux-gnu.tar.gz \
3939
&& mv sideloader-cli-${PKG_ARCH}-linux-gnu /usr/bin/sideloader \
4040
&& chmod +x /usr/bin/sideloader

0 commit comments

Comments
 (0)