Skip to content

Commit

Permalink
Merge pull request #24 from orange-cloudfoundry/renovate/cloudfoundry…
Browse files Browse the repository at this point in the history
…-bosh-cli-7.x

chore(deps): update dependency cloudfoundry/bosh-cli to v7.7.0
  • Loading branch information
o-orand authored Aug 19, 2024
2 parents eb87cfc + e810df5 commit a2a9c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ruby:alpine
RUN apk add git curl jq bash

# renovate: datasource=github-releases depName=cloudfoundry/bosh-cli
ENV BOSH_VERSION=7.6.2
ENV BOSH_VERSION=7.7.0
RUN curl -sL https://github.com/cloudfoundry/bosh-cli/releases/download/v${BOSH_VERSION}/bosh-cli-${BOSH_VERSION}-linux-amd64 | \
install /dev/stdin /usr/local/bin/bosh && bosh --version

Expand Down

0 comments on commit a2a9c1f

Please sign in to comment.