diff --git a/Dockerfile b/Dockerfile index ebca09d..333def5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +11,6 @@ RUN apk add --no-cache --virtual .build-deps \ linux-headers \ python3 \ libudev-zero-dev && \ - npm install balena-cli@19.1.0 -g --omit=dev --unsafe-perm && \ + npm install balena-cli@20.0.0 -g --omit=dev --unsafe-perm && \ apk del --no-cache .build-deps && \ rm -rf ~/.npm ~/.cache