From 77c204397e3f6d32e296bde2240b15ccb7b94f21 Mon Sep 17 00:00:00 2001 From: rbaron Date: Sat, 21 Oct 2023 10:28:18 +0200 Subject: [PATCH] Bump nrf-connect sdk version to 2.4.2 Manually tested with both ble and zigbee samples. --- .github/actions/build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/build/Dockerfile b/.github/actions/build/Dockerfile index 0f54cda..865cbbf 100644 --- a/.github/actions/build/Dockerfile +++ b/.github/actions/build/Dockerfile @@ -1,4 +1,4 @@ -FROM nordicplayground/nrfconnect-sdk:v2.2-branch +FROM nordicplayground/nrfconnect-sdk:v2.4-branch COPY build.sh /build.sh