Skip to content
This repository was archived by the owner on Oct 13, 2025. It is now read-only.

Commit be4f8bf

Browse files
Update dependency cloudfoundry/credhub-cli to v2.9.50
1 parent 9dc2cd5 commit be4f8bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN wget -O control-tower https://github.com/EngineerBetter/control-tower/releas
2929

3030
# Install CredHub
3131
# renovate: datasource=github-releases depName=cloudfoundry/credhub-cli
32-
ENV CREDHUB_VERSION=2.9.47
32+
ENV CREDHUB_VERSION=2.9.50
3333
RUN wget https://github.com/cloudfoundry/credhub-cli/releases/download/${CREDHUB_VERSION}/credhub-linux-amd64-${CREDHUB_VERSION}.tgz && \
3434
tar -xzvf credhub-linux-amd64-${CREDHUB_VERSION}.tgz && \
3535
rm -rf credhub-linux-amd64-${CREDHUB_VERSION}.tgz && \

0 commit comments

Comments
 (0)