Skip to content

Commit 8330c3c

Browse files
committed
SDK upgrade
1 parent fb5f876 commit 8330c3c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.16.2
1+
FROM alpine:3.17.0
22

33
# Install toolchain
44
RUN apk update && \
@@ -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.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 && \
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.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 && \
2626
cd /home/picotool && \
2727
mkdir build && \
2828
cd build && \

0 commit comments

Comments
 (0)