Skip to content

Commit

Permalink
Dockerfile: Bump to 0.10.0 SDK
Browse files Browse the repository at this point in the history
Required by:

 zephyrproject-rtos/zephyr@d6eaf5f

Signed-off-by: Andy Doan <andy@foundries.io>
  • Loading branch information
doanac authored and galak committed Mar 22, 2019
1 parent c795210 commit c2a7da4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:18.04

ARG ZSDK_VERSION=0.9.5
ARG ZSDK_VERSION=0.10.0
ARG GCC_ARM_NAME=gcc-arm-none-eabi-7-2018-q2-update

ENV DEBIAN_FRONTEND noninteractive
Expand Down Expand Up @@ -78,7 +78,7 @@ RUN wget -q https://raw.githubusercontent.com/zephyrproject-rtos/zephyr/master/s
pip3 install sh


RUN wget -q "https://github.com/zephyrproject-rtos/meta-zephyr-sdk/releases/download/${ZSDK_VERSION}/zephyr-sdk-${ZSDK_VERSION}-setup.run" && \
RUN wget -q "https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v${ZSDK_VERSION}/zephyr-sdk-${ZSDK_VERSION}-setup.run" && \
sh "zephyr-sdk-${ZSDK_VERSION}-setup.run" --quiet -- -d /opt/toolchains/zephyr-sdk-${ZSDK_VERSION} && \
rm "zephyr-sdk-${ZSDK_VERSION}-setup.run"

Expand Down

0 comments on commit c2a7da4

Please sign in to comment.