Skip to content

Commit 140c46f

Browse files
committed
[nrf noup] manifest: NCS 2.9.0
Point to the NCS v2.9.0 release tag. Update the docker image version. Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
1 parent ce4e811 commit 140c46f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-using-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
build-and-test-in-docker:
99
runs-on: ubuntu-22.04
10-
container: ghcr.io/nrfconnect/sdk-nrf-toolchain:v2.7.99
10+
container: ghcr.io/nrfconnect/sdk-nrf-toolchain:v2.9.0
1111
defaults:
1212
run:
1313
# Bash shell is needed to set toolchain related environment variables in docker container

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ manifest:
1313
- name: nrf
1414
remote: ncs
1515
repo-path: sdk-nrf
16-
revision: main
16+
revision: v2.9.0
1717
import: true

0 commit comments

Comments
 (0)