We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4606c30 commit 32b1ba1Copy full SHA for 32b1ba1
dockerfiles/cf-deployment-concourse-tasks/Dockerfile
@@ -51,10 +51,10 @@ RUN \
51
52
# bbl and dependencies
53
RUN \
54
- wget https://github.com/cloudfoundry/bosh-bootloader/releases/download/v3.2.3/bbl-v3.2.3_linux_x86-64 -P /tmp && \
+ wget https://github.com/cloudfoundry/bosh-bootloader/releases/download/v3.2.6/bbl-v3.2.6_linux_x86-64 -P /tmp && \
55
mv /tmp/bbl-* /usr/local/bin/bbl && \
56
cd /usr/local/bin && \
57
- echo "5a9bac2994011439ed2d17aeb67d6316ac638ada bbl" | sha1sum -c - && \
+ echo "0393afe06f5ca1664553895f41c0f3d6186f191b bbl" | sha1sum -c - && \
58
chmod +x bbl
59
60
ARG version
0 commit comments