Skip to content

Commit f23ab63

Browse files
chore(deps): update dependency open-policy-agent/conftest to v0.56.0 in testing/dockerfile (main) (#5055)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e6e7c91 commit f23ab63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN case $(uname -m) in x86_64|amd64) ARCH="amd64" ;; aarch64|arm64|armv7l) ARCH
1616

1717
# Install conftest
1818
# renovate: datasource=github-releases depName=open-policy-agent/conftest
19-
ENV CONFTEST_VERSION=0.55.0
19+
ENV CONFTEST_VERSION=0.56.0
2020
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
2121
RUN case $(uname -m) in x86_64|amd64) ARCH="x86_64" ;; aarch64|arm64|armv7l) ARCH="arm64" ;; esac && \
2222
curl -LOs https://github.com/open-policy-agent/conftest/releases/download/v${CONFTEST_VERSION}/conftest_${CONFTEST_VERSION}_Linux_${ARCH}.tar.gz && \

0 commit comments

Comments
 (0)