Skip to content

Commit 32b1ba1

Browse files
ChunyiLyuanEXPer
authored andcommitted
Bump bbl to the latest v3.2.6 [#146046853]
Signed-off-by: Jesse Alford <[email protected]>
1 parent 4606c30 commit 32b1ba1

File tree

1 file changed

+2
-2
lines changed
  • dockerfiles/cf-deployment-concourse-tasks

1 file changed

+2
-2
lines changed

dockerfiles/cf-deployment-concourse-tasks/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ RUN \
5151

5252
# bbl and dependencies
5353
RUN \
54-
wget https://github.com/cloudfoundry/bosh-bootloader/releases/download/v3.2.3/bbl-v3.2.3_linux_x86-64 -P /tmp && \
54+
wget https://github.com/cloudfoundry/bosh-bootloader/releases/download/v3.2.6/bbl-v3.2.6_linux_x86-64 -P /tmp && \
5555
mv /tmp/bbl-* /usr/local/bin/bbl && \
5656
cd /usr/local/bin && \
57-
echo "5a9bac2994011439ed2d17aeb67d6316ac638ada bbl" | sha1sum -c - && \
57+
echo "0393afe06f5ca1664553895f41c0f3d6186f191b bbl" | sha1sum -c - && \
5858
chmod +x bbl
5959

6060
ARG version

0 commit comments

Comments
 (0)