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.
2 parents b8a689b + b4e35b8 commit a1f26f3Copy full SHA for a1f26f3
yocto-build-env/Dockerfile
@@ -68,7 +68,7 @@ VOLUME /var/lib/docker
68
69
# Install balena-cli
70
# renovate: datasource=github-releases depName=balena-io/balena-cli
71
-ARG BALENA_CLI_VERSION=v18.2.13
+ARG BALENA_CLI_VERSION=v18.2.14
72
73
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 && \
74
unzip balena-cli.zip \
0 commit comments