From de689d20aea2cdec069c86bc479f631bc7a86d9b Mon Sep 17 00:00:00 2001 From: Wenn0101 <57247268+Wenn0101@users.noreply.github.com> Date: Tue, 9 Mar 2021 11:25:43 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index eccb8a0..862b55b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,9 +5,9 @@ FROM ubuntu:18.04 ARG BUILD_INFO=/build-info.txt # ARMGCC is ADDed from a web url, the file is decompressed + extracted based on a wildcard matching pattern, and the name of the resulting directory must be added to the path -ARG ARMGCC_URL=https://developer.arm.com/-/media/Files/downloads/gnu-rm/9-2019q4/gcc-arm-none-eabi-9-2019-q4-major-x86_64-linux.tar.bz2 +ARG ARMGCC_URL=https://developer.arm.com/-/media/Files/downloads/gnu-rm/10-2020q4/gcc-arm-none-eabi-10-2020-q4-major-x86_64-linux.tar.bz2 ARG ARMGCC_DWNLD_MATCH=gcc-arm-none-eabi*.tar.bz2 -ARG ARMGCC_VERSION=gcc-arm-none-eabi-9-2019-q4-major +ARG ARMGCC_VERSION=gcc-arm-none-eabi-10-2020-q4-major ARG ARMGCC_PATH="/bin/${ARMGCC_VERSION}/bin" # Create a build log