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
|
# Install toolchain
|
||||||
RUN apk update && \
|
RUN apk update && \
|
||||||
@@ -11,7 +11,8 @@ RUN apk update && \
|
|||||||
libusb-dev \
|
libusb-dev \
|
||||||
bsd-compat-headers \
|
bsd-compat-headers \
|
||||||
newlib-arm-none-eabi \
|
newlib-arm-none-eabi \
|
||||||
gcc-arm-none-eabi
|
gcc-arm-none-eabi \
|
||||||
|
linux-headers
|
||||||
|
|
||||||
# Raspberry Pi Pico SDK
|
# Raspberry Pi Pico SDK
|
||||||
ARG SDK_PATH=/usr/share/pico_sdk
|
ARG SDK_PATH=/usr/share/pico_sdk
|
||||||
|
|||||||
Reference in New Issue
Block a user