Skip to content

Commit dbd9af5

Browse files
jangalda-nsccarlescufi
authored andcommitted
docker: Update nrfutil device to 2.8.8
Update nrfutil device to version 2.8.8 Signed-off-by: Jan Gałda <[email protected]> (cherry picked from commit 62bd065)
1 parent ec38917 commit dbd9af5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y wget ca-certificates qemu-system-arm gi
77
&& rm -rf /var/lib/apt/lists/*
88
RUN wget https://developer.nordicsemi.com/.pc-tools/nrfutil/x64-linux/nrfutil -q -O /usr/local/bin/nrfutil \
99
&& chmod +x /usr/local/bin/nrfutil \
10-
&& nrfutil install device=2.7.7 \
10+
&& nrfutil install device=2.8.8 \
1111
&& nrfutil install toolchain-manager=0.15.0
1212
RUN nrfutil toolchain-manager install --toolchain-bundle-id $VERSION \
1313
&& nrfutil toolchain-manager env --as-script > /opt/toolchain-env.sh \

0 commit comments

Comments
 (0)