diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 1b78822..d31ab6c 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { - "name": "nrf-connect:v2.4", - "image": "nordicplayground/nrfconnect-sdk:v2.5-branch", + "name": "nrf-connect:v2.7", + "image": "nordicplayground/nrfconnect-sdk:v2.7-branch", "features": { }, "customizations": { diff --git a/.github/actions/build/action.yml b/.github/actions/build/action.yml index 583bd4a..c156f24 100644 --- a/.github/actions/build/action.yml +++ b/.github/actions/build/action.yml @@ -18,7 +18,7 @@ runs: steps: - run: | docker run --rm -v ${GITHUB_WORKSPACE}:/repo \ - nordicplayground/nrfconnect-sdk:v2.5-branch \ + nordicplayground/nrfconnect-sdk:v2.7-branch \ west build \ --build-dir /repo/${{ inputs.sample-dir }}/build \ --pristine \