File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ ENV PATH="$PATH:/usr/lib/llvm-${CLANG_VERSION}/bin"
5252
5353# Install arm-gcc toolchain
5454RUN mkdir /opt/gcc-arm-none-eabi \
55- && wget -qO - "https://developer.arm.com/-/media/Files/downloads/gnu/13.2 .rel1/binrel/arm-gnu-toolchain-13.2 .rel1-$(uname -m)-arm-none-eabi.tar.xz" | tar --exclude='*arm-none-eabi-gdb*' --exclude='share' --strip-components=1 -xJC /opt/gcc-arm-none-eabi
55+ && wget -qO - "https://developer.arm.com/-/media/Files/downloads/gnu/13.3 .rel1/binrel/arm-gnu-toolchain-13.3 .rel1-$(uname -m)-arm-none-eabi.tar.xz" | tar --exclude='*arm-none-eabi-gdb*' --exclude='share' --strip-components=1 -xJC /opt/gcc-arm-none-eabi
5656ENV PATH="$PATH:/opt/gcc-arm-none-eabi/bin"
5757
5858# Install docker-cli for Docker-from-Docker tools
Original file line number Diff line number Diff line change 11{
22 "bash-completion" : " 1:2.11-8" ,
33 "ca-certificates" : " 20240203" ,
4- "g++-13" : " 13.2 .0-23ubuntu4 " ,
4+ "g++-13" : " 13.3 .0-6ubuntu2~24.04 " ,
55 "gdb-multiarch" : " 15.0.50.20240403-0ubuntu1" ,
66 "git" : " 1:2.43.0-1ubuntu7.1" ,
77 "gnupg2" : " 2.4.4-2ubuntu17" ,
You can’t perform that action at this time.
0 commit comments