From 4029037090d03d35db1867603a7c67f30523a702 Mon Sep 17 00:00:00 2001 From: Markus Tacker Date: Mon, 10 Oct 2022 09:49:17 +0200 Subject: [PATCH] fix: require nrfutil >=6 Fixes #25 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ce33e17..35822ea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 #