Skip to content

Commit aff208d

Browse files
renovate[bot]kvanzuijlen
authored andcommitted
chore(deps): update dependency open-policy-agent/conftest to v0.55.0 in testing/dockerfile (main) (runatlantis#4811)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: kvanzuijlen <[email protected]>
1 parent 520b5de commit aff208d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/Dockerfile

+1-1
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.54.0
19+
ENV CONFTEST_VERSION=0.55.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)