Skip to content

Commit

Permalink
docker: use SDK 0.16.4
Browse files Browse the repository at this point in the history
Signed-off-by: Gerard Marull-Paretas <[email protected]>
  • Loading branch information
gmarull committed Mar 5, 2024
1 parent 7b419d6 commit c47d162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& rm -rf /var/lib/apt/lists/*

# install SDK
ARG ZSDK_VERSION=0.16.0
ARG ZSDK_VERSION=0.16.4
RUN mkdir /opt/toolchains && cd /opt/toolchains && \
wget -q "https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v${ZSDK_VERSION}/zephyr-sdk-${ZSDK_VERSION}_linux-x86_64_minimal.tar.xz" && \
tar xf zephyr-sdk-${ZSDK_VERSION}_linux-x86_64_minimal.tar.xz -C . && \
Expand Down

0 comments on commit c47d162

Please sign in to comment.