From 2ca4f85c5bc7b3024f00178d61a6d7694ab46e1e Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Sat, 2 Aug 2025 17:06:40 +0900 Subject: [PATCH] Dockerfile: Use CI image v0.28.3 as base image This commit updates the Dockerfile to use the CI image v0.28.3 with Zephyr SDK 0.17.3 as the base image. Signed-off-by: Stephanos Ioannidis --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fce4c37..4a5c1fb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/zephyrproject-rtos/ci:v0.28.1 +FROM ghcr.io/zephyrproject-rtos/ci:v0.28.3 # Cache Zephyr repositories RUN mkdir -p /repo-cache/zephyrproject && \