Skip to content

Commit fa19825

Browse files
musl-toolchain fixes
1 parent 1b91558 commit fa19825

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ RUN wget https://github.com/elm-lang/elm-platform/releases/download/0.18.0-exp/e
3939
tar xf elm-platform-linux-64bit.tar.gz -C /opt
4040

4141
# 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 && \
4343
tar xf aarch64-unknown-linux-musl.tar.xz -C /opt && \
4444
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 && \
4646
tar xf arm-unknown-linux-musleabihf.tar.xz -C /opt && \
4747
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 && \
4949
tar xf x86_64-multilib-linux-musl.tar.xz -C /opt && \
5050
rm -rf x86_64-multilib-linux-musl.tar.xz
5151

0 commit comments

Comments
 (0)