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 e61839f commit c946cf3Copy full SHA for c946cf3
docker/Dockerfile.arm-unknown-linux-gnueabihf
@@ -12,7 +12,7 @@ RUN /xargo.sh
12
RUN mkdir /usr/arm-linux-gnueabihf && \
13
apt-get install -y --no-install-recommends curl xz-utils && \
14
cd /usr/arm-linux-gnueabihf && \
15
- curl -L https://releases.linaro.org/components/toolchain/binaries/latest-7/arm-linux-gnueabihf/gcc-linaro-7.4.1-2019.02-x86_64_arm-linux-gnueabihf.tar.xz | \
+ curl -L https://releases.linaro.org/components/toolchain/binaries/7.5-2019.12/arm-linux-gnueabihf/gcc-linaro-7.5.0-2019.12-x86_64_arm-linux-gnueabihf.tar.xz | \
16
tar --strip-components 1 -xJ && \
17
apt-get purge --auto-remove -y curl xz-utils
18
0 commit comments