We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 824fee8 commit 74ec8d2Copy full SHA for 74ec8d2
scripts/docker/Dockerfile
@@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y wget ca-certificates qemu-system-arm gi
7
&& rm -rf /var/lib/apt/lists/*
8
RUN wget https://developer.nordicsemi.com/.pc-tools/nrfutil/x64-linux/nrfutil -q -O /usr/local/bin/nrfutil \
9
&& chmod +x /usr/local/bin/nrfutil \
10
- && nrfutil install device=2.6.4 \
+ && nrfutil install device=2.7.2 \
11
&& nrfutil install toolchain-manager=0.15.0
12
RUN nrfutil toolchain-manager install --toolchain-bundle-id $VERSION \
13
&& nrfutil toolchain-manager env --as-script > /opt/toolchain-env.sh \
0 commit comments