We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ae0951 commit 297eaa5Copy full SHA for 297eaa5
Dockerfile
@@ -34,7 +34,7 @@ RUN case ${TARGETARCH} in \
34
"arm64") PKG_ARCH=aarch64 ;; \
35
esac \
36
&& cd /tmp \
37
- && wget https://github.com/bitxeno/Sideloader/releases/download/1.0-alpha.7/sideloader-cli-${PKG_ARCH}-linux-gnu.tar.gz \
+ && wget https://github.com/bitxeno/Sideloader/releases/download/1.0-alpha.8/sideloader-cli-${PKG_ARCH}-linux-gnu.tar.gz \
38
&& tar zxf sideloader-cli-${PKG_ARCH}-linux-gnu.tar.gz \
39
&& mv sideloader-cli-${PKG_ARCH}-linux-gnu /usr/bin/sideloader \
40
&& chmod +x /usr/bin/sideloader
0 commit comments