Skip to content

Commit 35c8e54

Browse files
authored
update dockerfile to use the latest sdk
1 parent 9dcda8b commit 35c8e54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ 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 master https://github.com/raspberrypi/pico-sdk $SDK_PATH && \
1919
cd $SDK_PATH && \
2020
git submodule update --init
2121

0 commit comments

Comments
 (0)