Skip to content

Commit a03f32f

Browse files
authored
feat: ⬆️ Update compiler from GCC 13 to GCC 14
1 parent 1b6f14b commit a03f32f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ LABEL org.opencontainers.image.licenses=MIT
1010

1111
# Install Required Packages and ARM Toolchain
1212
RUN apk add --no-cache bash
13-
RUN mkdir "/arm-none-eabi-toolchain" && wget -O- "https://developer.arm.com/-/media/Files/downloads/gnu/13.3.rel1/binrel/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi.tar.xz" \
13+
RUN mkdir "/arm-none-eabi-toolchain" && wget -O- "https://developer.arm.com/-/media/Files/downloads/gnu/14.2.rel1/binrel/arm-gnu-toolchain-14.2.rel1-x86_64-arm-none-eabi.tar.xz" \
1414
| tar Jxf - -C "/arm-none-eabi-toolchain" --strip-components=1
1515
RUN <<-"EOF" bash
1616
set -e

0 commit comments

Comments
 (0)