Skip to content

Commit 704a99e

Browse files
committed
docker: Update JLink version to V860
Update JLink version to V860 Signed-off-by: Jan Gałda <[email protected]>
1 parent ab64889 commit 704a99e

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
@@ -15,7 +15,7 @@ RUN nrfutil toolchain-manager install --toolchain-bundle-id $VERSION \
1515
# Prepare JLink to be installed when user accepts license agreement
1616
COPY --chmod=0555 jlink/ /jlink
1717
RUN wget --post-data="accept_license_agreement=accepted&submit=Download+software" -O /jlink/JLink_Linux.deb \
18-
https://www.segger.com/downloads/jlink/JLink_Linux_V810f_x86_64.deb
18+
https://www.segger.com/downloads/jlink/JLink_Linux_V860_x86_64.deb
1919

2020
# Add interactive-setup.sh which is called at the beginning of bash session, only if session is interactive
2121
# interactive-setup.sh is saved as bashrc file in root's home folder (/opt)

0 commit comments

Comments
 (0)