From 89934f91fc76c0f3124d0be5d31f8d3becd5ae45 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 15 Feb 2020 07:43:59 +0000 Subject: [PATCH] chore(deps): bump consul from 1.6.3 to 1.7.0 Bumps consul from 1.6.3 to 1.7.0. Signed-off-by: dependabot-preview[bot] --- Dockerfile.integration | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.integration b/Dockerfile.integration index 6c10f42f..cefaab5f 100644 --- a/Dockerfile.integration +++ b/Dockerfile.integration @@ -1,6 +1,6 @@ FROM vault:1.3.2 AS vault -FROM consul:1.6.3 AS consul +FROM consul:1.7.0 AS consul FROM golang:1.13.7-alpine3.11