diff --git a/core/Dockerfile b/core/Dockerfile index 74aa04783..bfb9ce613 100644 --- a/core/Dockerfile +++ b/core/Dockerfile @@ -13,7 +13,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \ rm -rf /var/lib/apt/lists/* # renovate: datasource=github-releases depName=balena-io/balena-cli -ARG BALENA_CLI_VERSION=v22.5.5 +ARG BALENA_CLI_VERSION=v24.1.4 SHELL ["/bin/bash", "-o", "pipefail", "-c"]