diff --git a/Dockerfile b/Dockerfile index 99b405f..8c7e616 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.0.20 -g --omit=dev --unsafe-perm && \ + npm install balena-cli@19.1.0 -g --omit=dev --unsafe-perm && \ apk del --no-cache .build-deps && \ rm -rf ~/.npm ~/.cache