From 4a59862826711f9179ddbaef9902401e6d4d14b5 Mon Sep 17 00:00:00 2001 From: Jeremy Wood Date: Tue, 21 Feb 2023 10:47:18 -0800 Subject: [PATCH] Zephyr 3.3.0, Zephyr SDK 0.15.2. --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d908563..ac3616d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ FROM --platform=linux/amd64 buildpack-deps:jammy-scm ARG CMAKE_VERSION=3.20.5 -ARG ZSDK_VERSION=0.15.1 -ARG ZEPHYR_ZREPO_VERSION=3.2.0 +ARG ZSDK_VERSION=0.15.2 +ARG ZEPHYR_ZREPO_VERSION=3.3.0 ARG WGET_ARGS="-q --show-progress --progress=bar:force:noscroll --no-check-certificate" ARG HOSTTYPE=x86_64