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 00c9937 commit f521d42Copy full SHA for f521d42
yocto-build-env/Dockerfile
@@ -46,7 +46,7 @@ VOLUME /var/lib/docker
46
47
# Install balena-cli
48
# renovate: datasource=github-releases depName=balena-io/balena-cli
49
-ARG BALENA_CLI_VERSION=v20.2.0
+ARG BALENA_CLI_VERSION=v20.2.1
50
51
RUN curl -fsSL https://github.com/balena-io/balena-cli/releases/download/$BALENA_CLI_VERSION/balena-cli-$BALENA_CLI_VERSION-linux-x64-standalone.zip > balena-cli.zip && \
52
unzip balena-cli.zip \
0 commit comments