Skip to content

Commit

Permalink
chore(deps): update dependency cloudfoundry/bosh-cli to v7.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 10, 2024
1 parent 21d8188 commit 089e898
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 089e898

Please sign in to comment.