Skip to content

Commit 92b2319

Browse files
committed
sdk-nrf-toolchain: Bump nrfutil-device version
Bump nrfutil-device version to 2.7.7 in public docker image Signed-off-by: Jan Gałda <[email protected]>
1 parent fe34349 commit 92b2319

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.2 \
10+
&& nrfutil install device=2.7.7 \
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)