Skip to content

Commit

Permalink
Merge pull request #18 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.6.2
  • Loading branch information
o-orand authored Jul 16, 2024
2 parents 0979270 + 089e898 commit 1278d8f
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.5.6
ENV BOSH_VERSION=7.6.2
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 1278d8f

Please sign in to comment.