Skip to content

Commit

Permalink
ci: Update to Zephyr SDK 0.17.0-rc1
Browse files Browse the repository at this point in the history
This commit updates the Zephyr SDK version to 0.17.0-rc1.

Signed-off-by: Stephanos Ioannidis <[email protected]>
  • Loading branch information
stephanosio committed Oct 14, 2024
1 parent e569efb commit eed93e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
ARG BASE_IMAGE
FROM ${BASE_IMAGE:-zephyrprojectrtos/ci-base:latest}

ARG ZSDK_VERSION=0.16.9-rc2
ARG ZSDK_VERSION=0.17.0-rc1
ENV ZSDK_VERSION=$ZSDK_VERSION
ARG KITWARE_NINJA_VERSION=1.11.1.g95dee.kitware.jobserver-1
ENV KITWARE_NINJA_VERSION=$KITWARE_NINJA_VERSION
Expand Down

0 comments on commit eed93e7

Please sign in to comment.