Skip to content

Commit a4bae78

Browse files
chore(deps): update dependency cloudfoundry/bosh-cli to v7.9.15
1 parent 05db4ad commit a4bae78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM ruby:alpine@sha256:cdb113e8110f2ed8c5e2e1ef4b02494e0243f8d6fe59e4c034844143
33
RUN apk add git curl jq bash
44

55
# renovate: datasource=github-releases depName=cloudfoundry/bosh-cli
6-
ENV BOSH_VERSION=7.9.14
6+
ENV BOSH_VERSION=7.9.15
77
RUN curl -sL https://github.com/cloudfoundry/bosh-cli/releases/download/v${BOSH_VERSION}/bosh-cli-${BOSH_VERSION}-linux-amd64 | \
88
install /dev/stdin /usr/local/bin/bosh && bosh --version
99

0 commit comments

Comments
 (0)