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 f6d2501 + 53e05b5 commit 3080ba6Copy full SHA for 3080ba6
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=v18.2.31
+ARG BALENA_CLI_VERSION=v18.2.32
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