From 010bb77b85c16ef98209f6c851980aa02438be30 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2020 06:00:29 +0000 Subject: [PATCH] Bump mikefarah/yq from 2.2.0 to 3.3.2 Bumps mikefarah/yq from 2.2.0 to 3.3.2. Signed-off-by: dependabot-preview[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b9d8b60c..cdb7c0b7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ARG ALPINE ARG CLI -FROM mikefarah/yq:2.2.0 as yq +FROM mikefarah/yq:3.3.2 as yq FROM gofunky/envtpl:0.2.1 as envtpl FROM circleci/circleci-cli:${CLI}-alpine as cli