Skip to content

Commit

Permalink
v20.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mathroc committed Oct 29, 2024
1 parent 49a1fd8 commit f30d45f
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 @@ -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

0 comments on commit f30d45f

Please sign in to comment.