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 8b83cf2 commit 9bb39b4Copy full SHA for 9bb39b4
scripts/docker/Dockerfile
@@ -16,7 +16,7 @@ RUN nrfutil toolchain-manager install --toolchain-bundle-id $VERSION \
16
# Prepare JLink to be installed when user accepts license agreement
17
COPY --chmod=0555 jlink/ /jlink
18
RUN wget --post-data="accept_license_agreement=accepted&submit=Download+software" -O /jlink/JLink_Linux.deb \
19
- https://www.segger.com/downloads/jlink/JLink_Linux_V794i_x86_64.deb
+ https://www.segger.com/downloads/jlink/JLink_Linux_V810f_x86_64.deb
20
21
# Add interactive-setup.sh which is called at the beginning of bash session, only if session is interactive
22
# interactive-setup.sh is saved as bashrc file in root's home folder (/opt)
0 commit comments