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 ec38917 commit dbd9af5Copy full SHA for dbd9af5
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.7.7 \
+ && nrfutil install device=2.8.8 \
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