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:
Matthew Dawson 2023-01-22 19:03:34 -05:00
parent af47848b80
commit 424b471eb8
No known key found for this signature in database
GPG key ID: 404D7F645F682028
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{
"name": "nrf-connect:v2.1",
"image": "nordicplayground/nrfconnect-sdk:v2.1-branch",
"name": "nrf-connect:v2.2",
"image": "nordicplayground/nrfconnect-sdk:v2.2-branch",
"features": {
},
"customizations": {

View file

@ -1,4 +1,4 @@
FROM nordicplayground/nrfconnect-sdk:v2.1-branch
FROM nordicplayground/nrfconnect-sdk:v2.2-branch
COPY build.sh /build.sh