From dcfdbb33c285190ad8dccc7baae50c33e53c3943 Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Sun, 14 Aug 2022 05:42:27 +0900 Subject: [PATCH] Dockerfile: Update to Zephyr SDK 0.15.0-rc2 This commit updates the Zephyr SDK version to 0.15.0-rc2. Signed-off-by: Stephanos Ioannidis --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3947d79..4ed24b1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM ubuntu:20.04 -ARG ZSDK_VERSION=0.15.0-rc1 +ARG ZSDK_VERSION=0.15.0-rc2 ARG DOXYGEN_VERSION=1.9.4 ARG CMAKE_VERSION=3.20.5 ARG RENODE_VERSION=1.13.0