From 57cd695ad0f6c94f06e15471e1ed4849499f2918 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 16 May 2019 06:04:57 +0000 Subject: [PATCH] Bump mikefarah/yq from 2.2.0 to 2.4.0 Bumps mikefarah/yq from 2.2.0 to 2.4.0. Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b9d8b60c..5a49a7e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ARG ALPINE ARG CLI -FROM mikefarah/yq:2.2.0 as yq +FROM mikefarah/yq:2.4.0 as yq FROM gofunky/envtpl:0.2.1 as envtpl FROM circleci/circleci-cli:${CLI}-alpine as cli