Skip to content

Commit ff037fc

Browse files
committed
feat(pico-sdk): Pico SDK 2.1.1
Also bump alpine to 3.21
1 parent 11fbdc0 commit ff037fc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pico-sdk/Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.17
1+
FROM alpine:3.21
22

33
# Install toolchain
44
RUN apk update && \
@@ -11,13 +11,14 @@ RUN apk update && \
1111
libusb-dev \
1212
bsd-compat-headers \
1313
newlib-arm-none-eabi \
14-
gcc-arm-none-eabi
14+
gcc-arm-none-eabi \
15+
g++-arm-none-eabi
1516
RUN adduser -D wokwi
1617

1718
USER wokwi
1819
WORKDIR /home/wokwi
1920
ENV PICO_SDK_PATH=/home/wokwi/pico-sdk
20-
RUN git clone -b 1.4.0 --depth 1 https://github.com/raspberrypi/pico-sdk.git && cd pico-sdk && git submodule update --init --depth 1
21+
RUN git clone -b 2.1.1 --depth 1 https://github.com/raspberrypi/pico-sdk.git && cd pico-sdk && git submodule update --init --depth 1
2122

2223
COPY --chown=wokwi:wokwi project project/
2324

0 commit comments

Comments
 (0)