File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -45,8 +45,7 @@ RUN mkdir /tmp/kustomize \
4545# Install Conftest (https://www.conftest.dev/)
4646RUN mkdir /tmp/conftest \
4747 && curl -L -o /tmp/conftest/conftest.tar.gz \
48- https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv${KUSTOMIZE_VERSION}/kustomize_v${KUSTOMIZE_VERSION}_linux_amd64.tar.gz \
49- https://github.com/instrumenta/conftest/releases/download/v${CONFTEST_VERSION}/conftest_${CONFTEST_VERSION}_Linux_x86_64.tar.gz
48+ https://github.com/instrumenta/conftest/releases/download/v${CONFTEST_VERSION}/conftest_${CONFTEST_VERSION}_Linux_x86_64.tar.gz \
5049 && tar xf /tmp/conftest/conftest.tar.gz -C /tmp/conftest \
5150 && mv /tmp/conftest/conftest /usr/local/bin \
5251 && chmod +x /usr/local/bin/conftest \
You can’t perform that action at this time.
0 commit comments