File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,13 +39,13 @@ RUN wget https://github.com/elm-lang/elm-platform/releases/download/0.18.0-exp/e
39
39
tar xf elm-platform-linux-64bit.tar.gz -C /opt
40
40
41
41
# INSTALL CROSS-PLATFORM TOOLCHAINS
42
- RUN wget https://github.com/motis-project/musl-toolchains/releases/download/v0.0.13 /aarch64-unknown-linux-musl.tar.xz && \
42
+ RUN wget https://github.com/motis-project/musl-toolchains/releases/download/v0.0.14 /aarch64-unknown-linux-musl.tar.xz && \
43
43
tar xf aarch64-unknown-linux-musl.tar.xz -C /opt && \
44
44
rm -rf aarch64-unknown-linux-musl.tar.xz && \
45
- wget https://github.com/motis-project/musl-toolchains/releases/download/v0.0.13 /arm-unknown-linux-musleabihf.tar.xz && \
45
+ wget https://github.com/motis-project/musl-toolchains/releases/download/v0.0.14 /arm-unknown-linux-musleabihf.tar.xz && \
46
46
tar xf arm-unknown-linux-musleabihf.tar.xz -C /opt && \
47
47
rm -rf arm-unknown-linux-musleabihf.tar.xz && \
48
- wget https://github.com/motis-project/musl-toolchains/releases/download/v0.0.13 /x86_64-multilib-linux-musl.tar.xz && \
48
+ wget https://github.com/motis-project/musl-toolchains/releases/download/v0.0.14 /x86_64-multilib-linux-musl.tar.xz && \
49
49
tar xf x86_64-multilib-linux-musl.tar.xz -C /opt && \
50
50
rm -rf x86_64-multilib-linux-musl.tar.xz
51
51
You can’t perform that action at this time.
0 commit comments