forked from andrey/raspberry-pi-pico-docker-sdk
Update alpine version
All checks were successful
SHS Gitea/raspberry-pi-pico-docker-sdk/pipeline/head This commit looks good
All checks were successful
SHS Gitea/raspberry-pi-pico-docker-sdk/pipeline/head This commit looks good
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM alpine:3.17.0
|
||||
FROM alpine:3.21.3
|
||||
|
||||
# Install toolchain
|
||||
RUN apk update && \
|
||||
@@ -11,7 +11,8 @@ RUN apk update && \
|
||||
libusb-dev \
|
||||
bsd-compat-headers \
|
||||
newlib-arm-none-eabi \
|
||||
gcc-arm-none-eabi
|
||||
gcc-arm-none-eabi \
|
||||
linux-headers
|
||||
|
||||
# Raspberry Pi Pico SDK
|
||||
ARG SDK_PATH=/usr/share/pico_sdk
|
||||
|
||||
Reference in New Issue
Block a user