Update containers to use SDK 2.2.0
The zigbee sample no longer compiles with SDK 2.1, so update the used docker image to 2.2.0.
This commit is contained in:
parent
af47848b80
commit
424b471eb8
2 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "nrf-connect:v2.1",
|
"name": "nrf-connect:v2.2",
|
||||||
"image": "nordicplayground/nrfconnect-sdk:v2.1-branch",
|
"image": "nordicplayground/nrfconnect-sdk:v2.2-branch",
|
||||||
"features": {
|
"features": {
|
||||||
},
|
},
|
||||||
"customizations": {
|
"customizations": {
|
||||||
|
|
|
||||||
2
.github/actions/build/Dockerfile
vendored
2
.github/actions/build/Dockerfile
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
FROM nordicplayground/nrfconnect-sdk:v2.1-branch
|
FROM nordicplayground/nrfconnect-sdk:v2.2-branch
|
||||||
|
|
||||||
COPY build.sh /build.sh
|
COPY build.sh /build.sh
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue