We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f49dc2 commit 225cc29Copy full SHA for 225cc29
ci/dockerfiles/autoscaler-tools/Dockerfile
@@ -70,7 +70,7 @@ RUN wget -q https://github.com/cloudfoundry/bosh-cli/releases/download/v${BOSH_V
70
71
# Install bbl
72
# renovate: datasource=github-releases depName=bosh-bootloader lookupName=cloudfoundry/bosh-bootloader
73
-ARG BBL_VERSION=v9.0.34
+ARG BBL_VERSION=v9.0.35
74
RUN wget -q https://github.com/cloudfoundry/bosh-bootloader/releases/download/${BBL_VERSION}/bbl-${BBL_VERSION}_linux_amd64 && \
75
mv bbl-* /usr/local/bin/bbl &&\
76
chmod +x /usr/local/bin/bbl &&\
0 commit comments