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 9f3d277 commit 9042cb9Copy full SHA for 9042cb9
yocto-build-env/Dockerfile
@@ -67,7 +67,7 @@ VOLUME /var/lib/docker
67
68
# Install balena-cli
69
# renovate: datasource=github-releases depName=balena-io/balena-cli
70
-ARG BALENA_CLI_VERSION=v14.5.15
+ARG BALENA_CLI_VERSION=v14.5.18
71
72
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 && \
73
unzip balena-cli.zip \
0 commit comments