File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- FROM alpine:3.16.2
1+ FROM alpine:3.17.0
22
33# Install toolchain
44RUN apk update && \
@@ -15,14 +15,14 @@ RUN apk update && \
1515
1616# Raspberry Pi Pico SDK
1717ARG SDK_PATH=/usr/share/pico_sdk
18- RUN git clone --depth 1 --branch 1.4 .0 https://github.com/raspberrypi/pico-sdk $SDK_PATH && \
18+ RUN git clone --depth 1 --branch 1.5 .0 https://github.com/raspberrypi/pico-sdk $SDK_PATH && \
1919 cd $SDK_PATH && \
2020 git submodule update --init
2121
2222ENV PICO_SDK_PATH=$SDK_PATH
2323
2424# Picotool installation
25- RUN git clone --depth 1 --branch 1.1.0 https://github.com/raspberrypi/picotool.git /home/picotool && \
25+ RUN git clone --depth 1 --branch 1.1.1 https://github.com/raspberrypi/picotool.git /home/picotool && \
2626 cd /home/picotool && \
2727 mkdir build && \
2828 cd build && \
You can’t perform that action at this time.
0 commit comments