From 4b808c3eeaf6d723a7d0a181131b9840e6ca3d90 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2020 05:38:50 +0000 Subject: [PATCH] Bump mikefarah/yq from 2.2.0 to 3.3.1 Bumps mikefarah/yq from 2.2.0 to 3.3.1. Signed-off-by: dependabot-preview[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b9d8b60c..eb4e1dca 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.1 as yq FROM gofunky/envtpl:0.2.1 as envtpl FROM circleci/circleci-cli:${CLI}-alpine as cli