Skip to content

Commit

Permalink
chore(deps): update dependency bosh-bootloader to v9.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and silvestre committed Jul 3, 2024
1 parent 4f96560 commit 1b18ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/dockerfiles/autoscaler-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ RUN wget -q https://github.com/cloudfoundry/bosh-cli/releases/download/v${BOSH_V

# Install bbl
# renovate: datasource=github-releases depName=bosh-bootloader lookupName=cloudfoundry/bosh-bootloader
ARG BBL_VERSION=v9.0.22
ARG BBL_VERSION=v9.0.23
RUN wget -q https://github.com/cloudfoundry/bosh-bootloader/releases/download/${BBL_VERSION}/bbl-${BBL_VERSION}_linux_amd64 && \
mv bbl-* /usr/local/bin/bbl &&\
chmod +x /usr/local/bin/bbl &&\
Expand Down

0 comments on commit 1b18ff9

Please sign in to comment.