From 5854e4b6fb81e7429f90d5c696d8610659568e8d Mon Sep 17 00:00:00 2001 From: Sergey <61871201+SergeyLadanov@users.noreply.github.com> Date: Tue, 14 Jan 2025 12:23:41 +0300 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fc73aea..0983a93 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM debian:stable-slim #ARG ARCH=amd64 ARG NRF_CONNECT_TAG=v2.9.0 # Should be for selected NRF_CONNECT_TAG -ARG ZEPHYR_NEEDED_TAG=0.16.8 +ARG ZEPHYR_NEEDED_TAG=0.17.0 # For new versions - xz ARG ZEPHYR_ARCHIVE_EXTENSION=xz