diff --git a/yocto-build-env/Dockerfile b/yocto-build-env/Dockerfile index f7db415..1a4ef4c 100644 --- a/yocto-build-env/Dockerfile +++ b/yocto-build-env/Dockerfile @@ -67,7 +67,7 @@ VOLUME /var/lib/docker # Install balena-cli # renovate: datasource=github-releases depName=balena-io/balena-cli -ARG BALENA_CLI_VERSION=v17.5.1 +ARG BALENA_CLI_VERSION=v18.0.0 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 && \ unzip balena-cli.zip \