We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dcda8b commit 35c8e54Copy full SHA for 35c8e54
Dockerfile
@@ -15,7 +15,7 @@ RUN apk update && \
15
16
# Raspberry Pi Pico SDK
17
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 && \
+RUN git clone --depth 1 --branch master https://github.com/raspberrypi/pico-sdk $SDK_PATH && \
19
cd $SDK_PATH && \
20
git submodule update --init
21
0 commit comments