From 11f7e988ae05e099ab8367c58993d6c68e9dd92c Mon Sep 17 00:00:00 2001 From: Krzysztof Szyper Date: Tue, 19 Jan 2021 14:05:05 +0100 Subject: [PATCH] Update for tflint 0.23.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d99e637..11687bd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Instead of building from scratch pull my other docker image -FROM devopsinfra/docker-terragrunt:tf-0.13.3-tg-0.25.1 as builder +FROM devopsinfra/docker-terragrunt:tf-0.14.4-tg-0.27.1 as builder # Use a clean tiny image to store artifacts in FROM alpine:3.11