diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ea4b90d..9aed6d4 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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": { diff --git a/.github/actions/build/Dockerfile b/.github/actions/build/Dockerfile index 8f3f60f..0f54cda 100644 --- a/.github/actions/build/Dockerfile +++ b/.github/actions/build/Dockerfile @@ -1,4 +1,4 @@ -FROM nordicplayground/nrfconnect-sdk:v2.1-branch +FROM nordicplayground/nrfconnect-sdk:v2.2-branch COPY build.sh /build.sh