From 204cfa70f759918adadf06c0432fc7b022bc0448 Mon Sep 17 00:00:00 2001 From: Nish Krishnan Date: Fri, 3 Sep 2021 13:48:50 -0700 Subject: [PATCH] Bump testing image conftest version to 0.27 --- Dockerfile.dev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.dev b/Dockerfile.dev index fb19d0ba40..3d8ecf7db1 100644 --- a/Dockerfile.dev +++ b/Dockerfile.dev @@ -1,6 +1,6 @@ FROM runatlantis/atlantis:latest COPY atlantis /usr/local/bin/atlantis # TODO: remove this once we get this in the base image -ENV DEFAULT_CONFTEST_VERSION=0.25.0 +ENV DEFAULT_CONFTEST_VERSION=0.27.0 WORKDIR /atlantis/src