File tree 1 file changed +3
-3
lines changed
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
2
2
3
3
# Install toolchain
4
4
RUN apk update && \
@@ -15,14 +15,14 @@ RUN apk update && \
15
15
16
16
# Raspberry Pi Pico SDK
17
17
ARG 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 && \
19
19
cd $SDK_PATH && \
20
20
git submodule update --init
21
21
22
22
ENV PICO_SDK_PATH=$SDK_PATH
23
23
24
24
# 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 && \
26
26
cd /home/picotool && \
27
27
mkdir build && \
28
28
cd build && \
You can’t perform that action at this time.
0 commit comments