Skip to content

Commit

Permalink
Revert "Bump bbl to 3.2.5 so that we could have functionable tcp rout…
Browse files Browse the repository at this point in the history
…ers on AWS"

Bump back to order version because this version of bbl does not include
features we want

This reverts commit fa313b3.
  • Loading branch information
staylor14 committed Jun 29, 2017
1 parent fa313b3 commit 04298ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/cf-deployment-concourse-tasks/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ RUN \

# bbl and dependencies
RUN \
wget https://github.com/cloudfoundry/bosh-bootloader/releases/download/v3.2.5/bbl-v3.2.5_linux_x86-64 -P /tmp && \
wget https://github.com/cloudfoundry/bosh-bootloader/releases/download/v3.2.3/bbl-v3.2.3_linux_x86-64 -P /tmp && \
mv /tmp/bbl-* /usr/local/bin/bbl && \
cd /usr/local/bin && \
echo "855737054ed0d0b41ab1d5a673a2897c2d261f36 bbl" | sha1sum -c - && \
echo "5a9bac2994011439ed2d17aeb67d6316ac638ada bbl" | sha1sum -c - && \
chmod +x bbl

ARG version
Expand Down

0 comments on commit 04298ab

Please sign in to comment.