From 5f450c490cfd4e7ccd8d9bb746a7175bfc5fb5da Mon Sep 17 00:00:00 2001 From: Self-hosted Renovate Bot <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 13:47:34 +0000 Subject: [PATCH] Update dependency balena-io/balena-cli to v19.1.2 Update balena-io/balena-cli from 19.1.1 to 19.1.2 Change-type: patch --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 842d1c7..a93e8b4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ FROM cli-build-${TARGETARCH} AS cli-build ARG TARGETARCH # renovate: datasource=github-releases depName=balena-io/balena-cli -ARG BALENA_CLI_VERSION=v19.1.1 +ARG BALENA_CLI_VERSION=v19.1.2 WORKDIR /opt