We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fadd6a commit b45a88dCopy full SHA for b45a88d
testing/Dockerfile
@@ -16,7 +16,7 @@ RUN case $(uname -m) in x86_64|amd64) ARCH="amd64" ;; aarch64|arm64|armv7l) ARCH
16
17
# Install conftest
18
# renovate: datasource=github-releases depName=open-policy-agent/conftest
19
-ENV CONFTEST_VERSION=0.35.0
+ENV CONFTEST_VERSION=0.36.0
20
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
21
RUN case $(uname -m) in x86_64|amd64) ARCH="x86_64" ;; aarch64|arm64|armv7l) ARCH="arm64" ;; esac && \
22
curl -LOs https://github.com/open-policy-agent/conftest/releases/download/v${CONFTEST_VERSION}/conftest_${CONFTEST_VERSION}_Linux_${ARCH}.tar.gz && \
0 commit comments