We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad8789b commit 17a8f90Copy full SHA for 17a8f90
Dockerfile
@@ -15,14 +15,14 @@ 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 1.5.1 https://github.com/raspberrypi/pico-sdk $SDK_PATH && \
19
cd $SDK_PATH && \
20
git submodule update --init
21
22
ENV PICO_SDK_PATH=$SDK_PATH
23
24
# Picotool installation
25
-RUN git clone --depth 1 --branch 1.1.1 https://github.com/raspberrypi/picotool.git /home/picotool && \
+RUN git clone --depth 1 --branch 1.1.2 https://github.com/raspberrypi/picotool.git /home/picotool && \
26
cd /home/picotool && \
27
mkdir build && \
28
cd build && \
0 commit comments