Skip to content

Commit ff3c080

Browse files
Merge pull request #391 from balena-io/renovate/balena-io-balena-cli-20.0.x
Update dependency balena-io/balena-cli to v20.0.9
2 parents 6544cc5 + 7d292d9 commit ff3c080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
1212
rm -rf /var/lib/apt/lists/*
1313

1414
# renovate: datasource=github-releases depName=balena-io/balena-cli
15-
ARG BALENA_CLI_VERSION=v20.0.6
15+
ARG BALENA_CLI_VERSION=v20.0.9
1616

1717
# Install balena-cli via standlone zip to save install time
1818
RUN wget -q -O balena-cli.zip "https://github.com/balena-io/balena-cli/releases/download/${BALENA_CLI_VERSION}/balena-cli-${BALENA_CLI_VERSION}-linux-x64-standalone.zip" && \

0 commit comments

Comments
 (0)