From ecee86b9e8ca66fa1949f451be0765b3614a5a80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arkadiusz=20Ba=C5=82ys?= Date: Fri, 8 Apr 2022 17:44:53 +0200 Subject: [PATCH] [nrfconnect] Bump SDK version in Docker (#17207) New version of NRF SDK contains new API for performing multi image DFU for nrf53 so we need to bump the supported nRF Connect SDK to 5ea8f7fa9 revision that includes the new API. --- integrations/docker/images/chip-build-nrf-platform/Dockerfile | 2 +- integrations/docker/images/chip-build/version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/integrations/docker/images/chip-build-nrf-platform/Dockerfile b/integrations/docker/images/chip-build-nrf-platform/Dockerfile index 70776484cd53e1..20ac80171f26a2 100644 --- a/integrations/docker/images/chip-build-nrf-platform/Dockerfile +++ b/integrations/docker/images/chip-build-nrf-platform/Dockerfile @@ -2,7 +2,7 @@ ARG VERSION=latest FROM connectedhomeip/chip-build:${VERSION} as build # Compatible Nordic Connect SDK revision. -ARG NCS_REVISION=v1.9.1 +ARG NCS_REVISION=5ea8f7fa91d7315fcc6cd9eb3aa74f9640d0abac RUN set -x \ && apt-get update \ diff --git a/integrations/docker/images/chip-build/version b/integrations/docker/images/chip-build/version index 3385616f30ea2a..0bba56f0360e22 100644 --- a/integrations/docker/images/chip-build/version +++ b/integrations/docker/images/chip-build/version @@ -1 +1 @@ -0.5.63 Version bump reason: Add TI sysconfig to chip-build-vscode +0.5.64 Version bump reason: Update nRF Connect SDK