Skip to content

Commit b1cfbf2

Browse files
renovate[bot]terakoya76
authored andcommitted
chore(deps): update dependency open-policy-agent/conftest to v0.54.0 in testing/dockerfile (main) (runatlantis#4770)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 86002b6 commit b1cfbf2

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.53.0
19+
ENV CONFTEST_VERSION=0.54.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)