From a490415de190a184bcf92744ecdbef83f45c780c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2020 13:18:44 +0000 Subject: [PATCH] Bump assignuser/lintr-lib from v0.1.0 to v0.1.2 Bumps assignuser/lintr-lib from v0.1.0 to v0.1.2. Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 57539321..56258d40 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ FROM koalaman/shellcheck:v0.7.1 as shellcheck FROM wata727/tflint:0.20.1 as tflint FROM accurics/terrascan:d182f1c as terrascan FROM hadolint/hadolint:latest-alpine as dockerfile-lint -FROM assignuser/lintr-lib:v0.1.0 as lintr-lib +FROM assignuser/lintr-lib:v0.1.2 as lintr-lib FROM assignuser/chktex-alpine:v0.1.1 as chktex ##################