Skip to content

Commit

Permalink
Update bosh version in Dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
capi-bot committed Apr 26, 2022
1 parent 307e491 commit c71c18a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bosh-lite/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:latest

ENV bosh_cli_version 6.4.17
ENV bosh_cli_version 7.0.0

RUN apk update && \
apk --no-cache add \
Expand Down
2 changes: 1 addition & 1 deletion capi-migration-compatibility/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ruby:2.7-buster

ENV bosh_cli_version 6.4.17
ENV bosh_cli_version 7.0.0
ENV bbl_version 7.2.12

RUN apt-get update && \
Expand Down
2 changes: 1 addition & 1 deletion capi-runtime-ci/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:trusty

ENV bosh_cli_version 6.4.17
ENV bosh_cli_version 7.0.0

ENV HOME /root
RUN \
Expand Down
2 changes: 1 addition & 1 deletion cf-for-k8s/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ENV PATH $PATH:/root/google-cloud-sdk/bin

RUN pip3 install yq

ENV bosh_cli_version 6.4.17
ENV bosh_cli_version 7.0.0
RUN wget -O /usr/local/bin/bosh https://s3.amazonaws.com/bosh-cli-artifacts/bosh-cli-${bosh_cli_version}-linux-amd64
RUN chmod +x /usr/local/bin/bosh

Expand Down
2 changes: 1 addition & 1 deletion sits/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:trusty

ENV bosh_cli_version 6.4.17
ENV bosh_cli_version 7.0.0
ENV bbl_version 7.2.12
ENV credhub_cli_version 1.7.7
ENV go_version 1.17.2
Expand Down

0 comments on commit c71c18a

Please sign in to comment.