File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,6 @@ RUN curl -sL "https://mirror.openshift.com/pub/cgw/rosa/latest/rosa-linux.tar.gz
1313# Added terraform-docs following the instructions here: https://terraform-docs.io/user-guide/installation/
1414# renovate: datasource=github-releases depName=terraform-docs/terraform-docs extractVersion=^v(?<version>.*)$
1515ARG TERRAFORM_DOCS_VERSION=0.22.0
16- RUN curl -sSLo ./terraform-docs.tar.gz https://terraform-docs.io/dl/${TERRAFORM_DOCS_VERSION}/terraform-docs-${TERRAFORM_DOCS_VERSION}-$(uname)-amd64.tar.gz && \
16+ RUN curl -sSLo ./terraform-docs.tar.gz https://terraform-docs.io/dl/v ${TERRAFORM_DOCS_VERSION}/terraform-docs-v ${TERRAFORM_DOCS_VERSION}-$(uname)-amd64.tar.gz && \
1717 tar -xzf terraform-docs.tar.gz terraform-docs && chmod +x terraform-docs && \
1818 mv terraform-docs /usr/local/bin/terraform-docs && rm terraform-docs.tar.gz
You can’t perform that action at this time.
0 commit comments