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 00d1fbb commit 3c30460Copy full SHA for 3c30460
Dockerfile
@@ -11,6 +11,6 @@ RUN apk add --no-cache --virtual .build-deps \
11
linux-headers \
12
python3 \
13
libudev-zero-dev && \
14
- npm install balena-cli@20.2.10 -g --omit=dev --unsafe-perm && \
+ npm install balena-cli@21.1.0 -g --omit=dev --unsafe-perm && \
15
apk del --no-cache .build-deps && \
16
rm -rf ~/.npm ~/.cache
0 commit comments