Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
fix: require nrfutil >=6
Browse files Browse the repository at this point in the history
Fixes #25
  • Loading branch information
coderbyheart committed Oct 10, 2022
1 parent 6a23f6c commit 4029037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN mkdir /workdir/project && \
# Isolated command line tools
#
PIPX_HOME=/opt/pipx PIPX_BIN_DIR=/usr/local/bin \
pipx install nrfutil && \
pipx install 'nrfutil>=6.0.0' && \
#
# ClangFormat
#
Expand Down

0 comments on commit 4029037

Please sign in to comment.