File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
77## [ Unreleased]
88
9+ ### Changed
10+
11+ - Pin ` nrfutil device ` to ` 2.12.2 ` .
12+
913## [ 1.15.2] - 2025-07-07
1014
1115### Fixed
@@ -203,4 +207,5 @@ All below changes are related to the ncs-zephyr Docker image:
203207[ 1.2.0 ] : https://github.com/IRNAS/irnas-docker-software/compare/v1.1.0...v1.2.0
204208[ 1.1.0 ] : https://github.com/IRNAS/irnas-docker-software/compare/v1.0.1...v1.1.0
205209[ 1.0.1 ] : https://github.com/IRNAS/irnas-docker-software/compare/v1.0.0...v1.0.1
206- [ 1.0.0 ] : https://github.com/IRNAS/irnas-docker-software/compare/b08044e0137bcbbf5f060545de6b2d2a9f1ee8d8...v1.0.0
210+ [ 1.0.0] :
211+ https://github.com/IRNAS/irnas-docker-software/compare/b08044e0137bcbbf5f060545de6b2d2a9f1ee8d8...v1.0.0
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ FROM base AS ci
5555ARG NCS_SDK_VERSION
5656ARG NRFUTIL_VERSION=8.0.0
5757ARG TOOLCHAIN_MANAGER_VERSION=0.15.0
58- ARG DEVICE_VERSION=2.11 .2
58+ ARG DEVICE_VERSION=2.12 .2
5959ARG CODECHECKER_VERSION=6.23.1
6060
6161SHELL [ "/bin/bash" , "-euxo" , "pipefail" , "-c" ]
You can’t perform that action at this time.
0 commit comments