From 5dceac64c863e73a0daa52b81def69cec18b04af Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Sat, 23 Mar 2024 23:01:37 +0900 Subject: [PATCH] Dockerfile: Use CI image v0.26.11 as base image This commit updates the Dockerfile to use the CI image v0.26.11 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 1725e5f..6ff320f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/zephyrproject-rtos/ci:v0.26.9 +FROM ghcr.io/zephyrproject-rtos/ci:v0.26.11 # Cache Zephyr repositories RUN mkdir -p /repo-cache/zephyrproject && \