Skip to content

Commit ea52abd

Browse files
Update dependency balena-io/balena-cli to v20.0.9
Update balena-io/balena-cli from 20.0.6 to 20.0.9 Change-type: patch
1 parent 4adc7b2 commit ea52abd

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)