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 ab64889 commit 704a99eCopy full SHA for 704a99e
scripts/docker/Dockerfile
@@ -15,7 +15,7 @@ RUN nrfutil toolchain-manager install --toolchain-bundle-id $VERSION \
15
# Prepare JLink to be installed when user accepts license agreement
16
COPY --chmod=0555 jlink/ /jlink
17
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
+ https://www.segger.com/downloads/jlink/JLink_Linux_V860_x86_64.deb
19
20
# Add interactive-setup.sh which is called at the beginning of bash session, only if session is interactive
21
# interactive-setup.sh is saved as bashrc file in root's home folder (/opt)
0 commit comments