Skip to content

Commit 17a8f90

Browse files
committed
Update SDK to 1.5.1 version and picotool to 1.1.2
1 parent ad8789b commit 17a8f90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ RUN apk update && \
1515

1616
# Raspberry Pi Pico SDK
1717
ARG SDK_PATH=/usr/share/pico_sdk
18-
RUN git clone --depth 1 --branch 1.5.0 https://github.com/raspberrypi/pico-sdk $SDK_PATH && \
18+
RUN git clone --depth 1 --branch 1.5.1 https://github.com/raspberrypi/pico-sdk $SDK_PATH && \
1919
cd $SDK_PATH && \
2020
git submodule update --init
2121

2222
ENV PICO_SDK_PATH=$SDK_PATH
2323

2424
# Picotool installation
25-
RUN git clone --depth 1 --branch 1.1.1 https://github.com/raspberrypi/picotool.git /home/picotool && \
25+
RUN git clone --depth 1 --branch 1.1.2 https://github.com/raspberrypi/picotool.git /home/picotool && \
2626
cd /home/picotool && \
2727
mkdir build && \
2828
cd build && \

0 commit comments

Comments
 (0)