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 fddb34d commit e018c5eCopy full SHA for e018c5e
AxxSolder_firmware/Containerfile
@@ -1,12 +1,12 @@
1
#Inspired by https://github.com/jasonyang-ee/STM32-Dockerfile/tree/main
2
-FROM alpine:3.20.3
+FROM docker.io/alpine:3.21.3
3
4
RUN set -eux; \
5
apk add --no-cache --virtual build-dependencies \
6
- build-base=0.5-r3 \
7
- gcc=13.2.1_git20240309-r0 \
8
- gcc-arm-none-eabi=14.1.0-r0 \
9
- cmake=3.29.3-r0 \
+ build-base=0.5-r3 \
+ gcc=14.2.0-r4 \
+ gcc-arm-none-eabi=14.2.0-r0 \
+ cmake=3.31.1-r0 \
10
newlib=4.4.0.20231231-r0 \
11
;
12
@@ -16,5 +16,4 @@ COPY . .
16
17
18
cmake -S . -B build; \
19
- cmake --build build -j$(nproc); \
20
- ls -al build;
+ cmake --build build -j$(nproc);
0 commit comments