Skip to content

Commit

Permalink
dokcer: Bump nrfutil device to version 2.7.2
Browse files Browse the repository at this point in the history
Bump nrfutil device to version 2.7.2

Signed-off-by: Jan Gałda <[email protected]>
  • Loading branch information
jangalda-nsc authored and thst-nordic committed Oct 25, 2024
1 parent 824fee8 commit 74ec8d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y wget ca-certificates qemu-system-arm gi
&& rm -rf /var/lib/apt/lists/*
RUN wget https://developer.nordicsemi.com/.pc-tools/nrfutil/x64-linux/nrfutil -q -O /usr/local/bin/nrfutil \
&& chmod +x /usr/local/bin/nrfutil \
&& nrfutil install device=2.6.4 \
&& nrfutil install device=2.7.2 \
&& nrfutil install toolchain-manager=0.15.0
RUN nrfutil toolchain-manager install --toolchain-bundle-id $VERSION \
&& nrfutil toolchain-manager env --as-script > /opt/toolchain-env.sh \
Expand Down

0 comments on commit 74ec8d2

Please sign in to comment.